Message ID | eddec7910064fe0bd1d2179d3faf71aef23ee98d.1689685374.git.janneke@gnu.org |
---|---|
State | New |
Headers | show |
Series | Fix cross build and native build for the Hurd. | expand |
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 3ccd51ac52..d0603e62c8 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -2612,6 +2612,19 @@ (define autoconf-boot0 (inputs '()) (arguments (list #:tests? #f))))) +(define automake-boot0 + (with-boot0 + (package + (inherit automake) + (name "automake-boot0") + (source (origin + (inherit (package-source automake)) + (patches '()))) ;test are skipped anyway + (native-inputs (list autoconf-boot0 m4-boot0 perl-boot0)) + (inputs '()) + (arguments + (list #:tests? #f))))) + (define gnumach-headers-boot0 (with-boot0 (package