janneke pushed a commit to branch wip-hurd
in repository guix.
commit d3eae710deb24180ffdae84f5684ee310868caa4
Author: Jan Nieuwenhuizen <[email protected]>
AuthorDate: Sun Mar 1 13:49:04 2020 +0100
gnu: commencement: gnumach-headers-boot0: Build from tarball.
* gnu/packages/commencement.scm (gnumach-headers-boot0): Build from tarball;
remove autoconf, automake, texinfo bootstrap dependencies.
---
gnu/packages/commencement.scm | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 9e019fb..ef6d3ac 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3038,7 +3038,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