mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Fix cross-compilation issues with autotools
* gnu/packages/autotools.scm (autoconf, automake): Move inputs to native-inputs.
This commit is contained in:
parent
05093579e9
commit
a6abac9f2e
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ (define-public autoconf
|
||||||
(base32
|
(base32
|
||||||
"113nlmidxy9kjr45kg9x3ngar4951mvag1js2a3j8nxcz34wxsv4"))))
|
"113nlmidxy9kjr45kg9x3ngar4951mvag1js2a3j8nxcz34wxsv4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("m4" ,m4)))
|
("m4" ,m4)))
|
||||||
;; XXX: testsuite: 209 and 279 failed. The latter is an impurity. It
|
;; XXX: testsuite: 209 and 279 failed. The latter is an impurity. It
|
||||||
|
@ -172,7 +172,7 @@ (define-public automake
|
||||||
(patches
|
(patches
|
||||||
(list (search-patch "automake-skip-amhello-tests.patch")))))
|
(list (search-patch "automake-skip-amhello-tests.patch")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(native-inputs
|
||||||
`(("autoconf" ,(autoconf-wrapper))
|
`(("autoconf" ,(autoconf-wrapper))
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
|
|
Loading…
Reference in a new issue