diff options
author | Federico Beffa <beffa@fbengineering.ch> | 2015-01-23 16:08:09 +0100 |
---|---|---|
committer | Federico Beffa <beffa@fbengineering.ch> | 2015-01-28 16:09:57 +0100 |
commit | 18a5a9a17ad05d5f4fe8ea794a3cec2550a61c11 (patch) | |
tree | f4ee3818c75e123d2db285a2712c2176c0bec6fb /gnu-system.am | |
parent | 88c6b58020c362b47aa907380a5948c8fb31cd0c (diff) | |
download | guix-18a5a9a17ad05d5f4fe8ea794a3cec2550a61c11.tar guix-18a5a9a17ad05d5f4fe8ea794a3cec2550a61c11.tar.gz |
gnu: Add libupnp.
* gnu/packages/libupnp.scm: New file.
* gnu-system.am: Add the new file.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 95a00438b7..f09b5bd5c0 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -163,6 +163,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/libunistring.scm \ gnu/packages/libusb.scm \ gnu/packages/libunwind.scm \ + gnu/packages/libupnp.scm \ gnu/packages/lightning.scm \ gnu/packages/links.scm \ gnu/packages/linux.scm \ |