mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libextractor: Enable RPM support.
* gnu/packages/gnunet.scm (libextractor) [inputs]: Add rpm. Change-Id: I618330e038d4793bc61cf62320dc33fa16ab9c7f
This commit is contained in:
parent
28012e9fe1
commit
e1e3536ece
1 changed files with 2 additions and 2 deletions
|
@ -117,9 +117,8 @@ (define-public libextractor
|
||||||
;; WARNING: Checks require /dev/shm to be in the build chroot, especially
|
;; WARNING: Checks require /dev/shm to be in the build chroot, especially
|
||||||
;; not to be a symbolic link to /run/shm.
|
;; not to be a symbolic link to /run/shm.
|
||||||
;; FIXME:
|
;; FIXME:
|
||||||
;; The following dependencies are all optional, but should be
|
;; The following dependency is optional, but should be
|
||||||
;; available for maximum coverage:
|
;; available for maximum coverage:
|
||||||
;; * librpm (rpm) ; investigate failure
|
|
||||||
;; * libtidy-html (tidy-html) ; investigate failure
|
;; * libtidy-html (tidy-html) ; investigate failure
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf-2.71
|
(list autoconf-2.71
|
||||||
|
@ -149,6 +148,7 @@ (define-public libextractor
|
||||||
libsmf
|
libsmf
|
||||||
libtiff
|
libtiff
|
||||||
libvorbis
|
libvorbis
|
||||||
|
rpm
|
||||||
zlib))
|
zlib))
|
||||||
(synopsis "Library to extract meta-data from media files")
|
(synopsis "Library to extract meta-data from media files")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue