mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: coreutils: Add dependency on libcap.
* gnu/packages/base.scm (coreutils)[inputs]: Add LIBCAP.
This commit is contained in:
parent
f6c2d05ceb
commit
09cc7729d0
1 changed files with 2 additions and 1 deletions
|
@ -248,7 +248,8 @@ (define-public coreutils
|
|||
"0w11jw3fb5sslf0f72kxy7llxgk1ia3a6bcw0c9kmvxrlj355mx2"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("acl" ,acl) ; TODO: add SELinux
|
||||
("gmp" ,gmp)))
|
||||
("gmp" ,gmp) ;bignums in 'expr', yay!
|
||||
("libcap" ,libcap))) ;capability support is 'ls','dir', 'vdir'
|
||||
(native-inputs
|
||||
;; Perl is needed to run tests in native builds, and to run the bundled
|
||||
;; copy of help2man. However, don't pass it when cross-compiling since
|
||||
|
|
Loading…
Reference in a new issue