mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: libcap-ng: Remove unused python input.
Outputs so identical you wish they were intensional. * gnu/packages/admin.scm (libcap-ng)[inputs]: Remove python. [arguments]: Add ‘--without-python’ to #:configure-flags to suppress a bogus error.
This commit is contained in:
parent
5a2c4b3bbc
commit
dd935df2c1
1 changed files with 3 additions and 1 deletions
|
@ -1353,7 +1353,9 @@ (define-public libcap-ng
|
|||
(base32
|
||||
"0a0k484kwv0zilry2mbl9k56cnpdhsjxdxin17jas6kkyfy345aa"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("python" ,python)))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--without-python")))
|
||||
(home-page "https://people.redhat.com/sgrubb/libcap-ng/")
|
||||
(synopsis "Library for more easily working with POSIX capabilities")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue