~ruther/guix-local

dd935df2c1db17242ad1243ba3aa8fda9995dddf — Tobias Geerinckx-Rice 8 years ago 5a2c4b3
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.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +3 -1
@@ 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