From a6abac9f2e1f2c0fa0a6d757379b66a8d5fe4286 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 16 Nov 2014 02:49:51 +0100 Subject: [PATCH] gnu: Fix cross-compilation issues with autotools * gnu/packages/autotools.scm (autoconf, automake): Move inputs to native-inputs. --- gnu/packages/autotools.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index db1db45fc1..0094577210 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm @@ -45,7 +45,7 @@ (base32 "113nlmidxy9kjr45kg9x3ngar4951mvag1js2a3j8nxcz34wxsv4")))) (build-system gnu-build-system) - (inputs + (native-inputs `(("perl" ,perl) ("m4" ,m4))) ;; XXX: testsuite: 209 and 279 failed. The latter is an impurity. It @@ -172,7 +172,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\" (patches (list (search-patch "automake-skip-amhello-tests.patch"))))) (build-system gnu-build-system) - (inputs + (native-inputs `(("autoconf" ,(autoconf-wrapper)) ("perl" ,perl))) (native-search-paths