[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: libextractor: Enable RPM support.
From: |
guix-commits |
Subject: |
05/06: gnu: libextractor: Enable RPM support. |
Date: |
Wed, 13 Mar 2024 00:53:42 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit e1e3536ecea9cba7d4be109af438a45caf8d5eae
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Mar 12 21:49:51 2024 -0400
gnu: libextractor: Enable RPM support.
* gnu/packages/gnunet.scm (libextractor)
[inputs]: Add rpm.
Change-Id: I618330e038d4793bc61cf62320dc33fa16ab9c7f
---
gnu/packages/gnunet.scm | 4 ++--
1 file 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
- branch master updated (447e9c9625 -> 43d6d5e646), guix-commits, 2024/03/13
- 02/06: gnu: libextractor: Modernize., guix-commits, 2024/03/13
- 05/06: gnu: libextractor: Enable RPM support.,
guix-commits <=
- 06/06: gnu: libextractor: Enable tidy-html support., guix-commits, 2024/03/13
- 04/06: gnu: libextractor: Enable apparmor support., guix-commits, 2024/03/13
- 03/06: gnu: libextractor: Add autotools inputs., guix-commits, 2024/03/13
- 01/06: gnu: libextractor: Update to 1.13., guix-commits, 2024/03/13