mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: coreutils: Typo: Use libcap only when supported.
* gnu/packages/base.scm (coreutils)[inputs]: Typo: Use libcap only when supported.
This commit is contained in:
parent
ae0badf5bb
commit
1808e64de0
1 changed files with 2 additions and 2 deletions
|
@ -307,8 +307,8 @@ (define-public coreutils
|
|||
;; Do not use libcap when cross-compiling since it's not quite
|
||||
;; cross-compilable; and use it only for supported systems.
|
||||
,@(if (and (not (%current-target-system))
|
||||
(not (member (%current-system)
|
||||
(package-supported-systems libcap))))
|
||||
(member (%current-system)
|
||||
(package-supported-systems libcap)))
|
||||
`(("libcap" ,libcap)) ;capability support in 'ls', etc.
|
||||
'())))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue