janneke pushed a commit to branch wip-hurd
in repository guix.

commit 9617714ef0300e98db3e0b8e579a5ae6645a6d47
Author: Jan Nieuwenhuizen <[email protected]>
AuthorDate: Sun Mar 1 13:52:14 2020 +0100

    gnu: commencement: hurd-minimal-boot0: Build from tarball.
    
    * gnu/packages/commencement.scm (hurd-minimal-boot0): Build from tarball;
    remove autoconf, automake, texinfo bootstrap dependencies.
---
 gnu/packages/commencement.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index c7262e1..b4d6fd9 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3087,8 +3087,10 @@ exec " gcc "/bin/" program
 
 (define hurd-minimal-boot0
   (let ((hurd-minimal (package (inherit hurd-minimal)
-                        (native-inputs `(("mig" ,mig-boot0)))
-                        (inputs '()))))
+                               (version hurd-version-boot0)
+                               (source hurd-source-boot0)
+                               (native-inputs `(("mig" ,mig-boot0)))
+                               (inputs '()))))
     (with-boot0 (package-with-bootstrap-guile hurd-minimal))))
 
 (define hurd-core-headers-boot0

Reply via email to