guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: coreutils: Add dependency on libcap.


From: Ludovic Courtès
Subject: 03/04: gnu: coreutils: Add dependency on libcap.
Date: Wed, 02 Sep 2015 12:14:11 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit 09cc7729d09ab6f7c36cace432e723663462118b
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 2 11:20:48 2015 +0200

    gnu: coreutils: Add dependency on libcap.
    
    * gnu/packages/base.scm (coreutils)[inputs]: Add LIBCAP.
---
 gnu/packages/base.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 0b775a3..f043f82 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -248,7 +248,8 @@ used to apply commands with arbitrarily long arguments.")
               "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]