1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 10:40:31 +02:00

gnu: libextractor: Enable RPM support.

* gnu/packages/gnunet.scm (libextractor)
[inputs]: Add rpm.

Change-Id: I618330e038d4793bc61cf62320dc33fa16ab9c7f
This commit is contained in:
Maxim Cournoyer
2024-03-12 21:49:51 -04:00
parent 28012e9fe1
commit e1e3536ece

View File

@@ -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