From 2e838890ff989128e8a78eea574d1ad158dd6361 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sat, 23 Nov 2013 18:28:00 +0100 Subject: gnu: libextractor: Add input. * gnu/packages/gnunet.scm (libextractor): Add input exiv2. --- gnu/packages/gnunet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/gnunet.scm') diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 45f638591b..a92fcad2b0 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -20,6 +20,7 @@ (define-module (gnu packages gnunet) #:use-module (gnu packages autotools) #:use-module (gnu packages compression) #:use-module (gnu packages curl) + #:use-module (gnu packages geeqie) #:use-module ((gnu packages gettext) #:renamer (symbol-prefix-proc 'gnu:)) #:use-module (gnu packages glib) @@ -56,12 +57,10 @@ (define-public libextractor ;; The following dependencies are all optional, but should be ;; available for maximum coverage: ;; * libarchive - ;; * libexiv2 ;; * libgif (giflib) ;; * libgtk+ >= 3.0.0 (may probably drop glib then as a propagated input of ;; gtk) ;; * libgsf - ;; * libgstreamer ;; * libmagic (file) ;; * libmpeg2 ;; * libmp4v2 @@ -69,9 +68,10 @@ (define-public libextractor ;; * libsmf ;; * libtidy (inputs - `(("gettext" ,gnu:gettext) + `(("exiv2" ,exiv2) ("flac" ,flac) ("ffmpeg" ,ffmpeg) + ("gettext" ,gnu:gettext) ("glib" ,glib) ("gstreamer" ,gstreamer) ("gst-plugins-base" ,gst-plugins-base) -- cgit v1.2.3