gnu: commencement: gnumach-headers-boot0: Build from tarball.

The 'gnumach-headers' package now uses a git checkout and added dependencies
on autoconf, automake and texinfo to build.  Using those in commencement
creates a bootstrap loop.  So, revert to a tarball release.

* gnu/packages/commencement.scm (gnumach-headers-boot0): Build from tarball;
remove autoconf, automake, texinfo bootstrap dependencies.
This commit is contained in:
Jan Nieuwenhuizen 2020-03-01 13:49:04 +01:00
parent 846f5da129
commit a50bbf44c7
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 14 additions and 1 deletions

View File

@ -3028,7 +3028,20 @@ exec " gcc "/bin/" program
%bootstrap-guile))
(define gnumach-headers-boot0
(with-boot0 (package-with-bootstrap-guile gnumach-headers)))
(with-boot0
(package-with-bootstrap-guile
(package
(inherit gnumach-headers)
(version "1.8")
(source (bootstrap-origin
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/gnumach/gnumach-"
version ".tar.gz"))
(sha256
(base32
"02hygsfpd2dljl5lg1vjjg9pizi9jyxd4aiiqzjshz6jax62jm9f")))))
(native-inputs '())))))
(define mig-boot0
(let* ((mig (package