mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: commencement: hurd-minimal-boot0: Build from tarball.
The 'hurd-minimal' package (via hurd-headers) now uses a git checkout and added dependencies on autoconf, automake and teiinfo to build. Using those in commencement creates a bootstrap loop. So, revert to a tarball release. * gnu/packages/commencement.scm (hurd-minimal-boot0): Build from tarball; remove autoconf, automake, texinfo bootstrap dependencies.
This commit is contained in:
parent
c9c5e032c3
commit
0c7b63e065
1 changed files with 4 additions and 2 deletions
|
@ -3077,6 +3077,8 @@ (define hurd-headers-boot0
|
||||||
|
|
||||||
(define hurd-minimal-boot0
|
(define hurd-minimal-boot0
|
||||||
(let ((hurd-minimal (package (inherit hurd-minimal)
|
(let ((hurd-minimal (package (inherit hurd-minimal)
|
||||||
|
(version hurd-version-boot0)
|
||||||
|
(source hurd-source-boot0)
|
||||||
(native-inputs `(("mig" ,mig-boot0)))
|
(native-inputs `(("mig" ,mig-boot0)))
|
||||||
(inputs '()))))
|
(inputs '()))))
|
||||||
(with-boot0 (package-with-bootstrap-guile hurd-minimal))))
|
(with-boot0 (package-with-bootstrap-guile hurd-minimal))))
|
||||||
|
|
Loading…
Reference in a new issue