GNU bug report logs -
#77360
[PATCH] gnu: util-linux: add libcap-ng input
Previous Next
To reply to this bug, email your comments to 77360 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77360
; Package
guix-patches
.
(Sat, 29 Mar 2025 10:55:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"David Arroyo" <david <at> aqwari.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 29 Mar 2025 10:55:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
libcap-ng is a requirement to build the setpriv binary; without
this input, setpriv is not built.
* gnu/packages/linux.scm (util-linux): Add libcap-ng dependency
Change-Id: If9b460db8e288c4064d284fa7e60af68735b0dc9
---
gnu/packages/linux.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4354d9b8b4..d18f20b952 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2787,6 +2787,7 @@ (define-public util-linux
(("^(exec_)?prefix=.*") "")))))))
(inputs
(list file ;for libmagic
+ libcap-ng
ncurses
zlib))
(native-inputs
--
2.48.1
This bug report was last modified 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.