From 62ea8865257a156625554dfd1e0418dc220e3c20 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 4 Sep 2015 11:56:51 +0200 Subject: gnu: coreutils: Drop dependency on libcap when cross-compiling. * gnu/packages/base.scm (coreutils)[inputs]: Drop LIBCAP when (%current-target-system) is true. --- gnu/packages/base.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index f043f8233c..00571a8318 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -249,7 +249,12 @@ used to apply commands with arbitrarily long arguments.") (build-system gnu-build-system) (inputs `(("acl" ,acl) ; TODO: add SELinux ("gmp" ,gmp) ;bignums in 'expr', yay! - ("libcap" ,libcap))) ;capability support is 'ls','dir', 'vdir' + + ;; Drop the dependency on libcap when cross-compiling since it's + ;; not quite cross-compilable. + ,@(if (%current-target-system) + '() + `(("libcap" ,libcap))))) ;capability support is 'ls', etc. (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 -- cgit v1.2.3 treecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-10-22 17:10:41 -0400
committerMark H Weaver <mhw@netris.org>2015-10-22 17:10:41 -0400
commit2442e69e4182b592757dad473c8c7b1c48ca8284 (patch)
tree7180454106c234d84cfe2e720550db826c091f72 /doc/guix.texi
parentc46c931ecfe7fd4a5cbd979263d28d3f1e02bcca (diff)
downloadguix-2442e69e4182b592757dad473c8c7b1c48ca8284.tar.gz
guix-2442e69e4182b592757dad473c8c7b1c48ca8284.zip
Revert "gnu: unzip: Reorganize security fixes for improved clarity."
This reverts commit c46c931ecfe7fd4a5cbd979263d28d3f1e02bcca.
Diffstat (limited to 'doc/guix.texi')
0 files changed, 0 insertions, 0 deletions