diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-08 15:27:31 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-08 17:53:23 +0100 |
commit | dd935df2c1db17242ad1243ba3aa8fda9995dddf (patch) | |
tree | 2ad4ed079d81b603a1c616c79b3d8293bcf23e8e /gnu/packages | |
parent | 5a2c4b3bbc9cb03d8b7a0ef61f997dde2053ac34 (diff) | |
download | guix-dd935df2c1db17242ad1243ba3aa8fda9995dddf.tar guix-dd935df2c1db17242ad1243ba3aa8fda9995dddf.tar.gz |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 706d0f36b8..60fc41fe01 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1353,7 +1353,9 @@ track changes in important system configuration files.") (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 |