diff options
author | Andreas Enge <andreas@enge.fr> | 2013-08-24 10:41:07 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-08-24 10:41:07 +0200 |
commit | eb4b2ab6a87b2d63b6845848d760e594f62939c6 (patch) | |
tree | aedfd6ba8756adc4eeb64ad79ca3a38b5f0fea96 /gnu-system.am | |
parent | 212525967e7ce30569ef9feb9df801c13317c9d2 (diff) | |
download | patches-eb4b2ab6a87b2d63b6845848d760e594f62939c6.tar patches-eb4b2ab6a87b2d63b6845848d760e594f62939c6.tar.gz |
gnu: Add libextractor.
* gnu/packages/gnunet.scm: New module.
* gnu-system.am (GNU_SYSTEM_MODULES): Add module.
* THANKS: Thank Christian Grothoff for help with debugging.
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 551ecfa604..9ee2963e19 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -69,6 +69,7 @@ GNU_SYSTEM_MODULES = \ gnu/packages/gkrellm.scm \ gnu/packages/glib.scm \ gnu/packages/global.scm \ + gnu/packages/gnunet.scm \ gnu/packages/gnupg.scm \ gnu/packages/gnutls.scm \ gnu/packages/gperf.scm \ |