summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/gnunet.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 5db5907d65..828ddb99af 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -117,9 +117,8 @@
;; WARNING: Checks require /dev/shm to be in the build chroot, especially
;; not to be a symbolic link to /run/shm.
;; FIXME:
- ;; The following dependencies are all optional, but should be
+ ;; The following dependency is optional, but should be
;; available for maximum coverage:
- ;; * librpm (rpm) ; investigate failure
;; * libtidy-html (tidy-html) ; investigate failure
(native-inputs
(list autoconf-2.71
@@ -149,6 +148,7 @@
libsmf
libtiff
libvorbis
+ rpm
zlib))
(synopsis "Library to extract meta-data from media files")
(description