summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorManolis Ragkousis <manolis837@gmail.com>2017-01-18 20:48:27 +0200
committerManolis Ragkousis <manolis837@gmail.com>2017-01-27 10:19:25 +0200
commit82a7a8c6671cb50a7886983af0c2d58d1cf62bc9 (patch)
tree6dcb8a1c733edbf2fe422fa83caf8aff6e9d2faa /gnu/local.mk
parentef00f3ebaee08fe245cad6a6e0b431f88a4b7103 (diff)
downloadguix-patches-82a7a8c6671cb50a7886983af0c2d58d1cf62bc9.tar
guix-patches-82a7a8c6671cb50a7886983af0c2d58d1cf62bc9.tar.gz
gnu: coreutils: Fix cross-compilation.
* gnu/packages/patches/coreutils-fix-cross-compilation.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/base.scm (coreutils)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 19048561dd..8c915741bc 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -510,6 +510,7 @@ dist_patch_DATA = \
%D%/packages/patches/clx-remove-demo.patch \
%D%/packages/patches/cmake-fix-tests.patch \
%D%/packages/patches/coda-use-system-libs.patch \
+ %D%/packages/patches/coreutils-fix-cross-compilation.patch \
%D%/packages/patches/cpio-CVE-2016-2037.patch \
%D%/packages/patches/cpufrequtils-fix-aclocal.patch \
%D%/packages/patches/cracklib-CVE-2016-6318.patch \