summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/commencement.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 406a23b21cd..c5c00688e4b 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -113,7 +113,8 @@
113 113
114(define file-boot0 114(define file-boot0
115 (package-with-bootstrap-guile 115 (package-with-bootstrap-guile
116 (package-with-explicit-inputs (package/inherit file 116 (package-with-explicit-inputs (package
117 (inherit file)
117 (name "file-boot0")) 118 (name "file-boot0"))
118 `(("make" ,gnu-make-boot0) 119 `(("make" ,gnu-make-boot0)
119 ,@%bootstrap-inputs) 120 ,@%bootstrap-inputs)
@@ -140,7 +141,7 @@
140 141
141(define binutils-boot0 142(define binutils-boot0
142 (package-with-bootstrap-guile 143 (package-with-bootstrap-guile
143 (package/inherit binutils 144 (package (inherit binutils)
144 (name "binutils-cross-boot0") 145 (name "binutils-cross-boot0")
145 (arguments 146 (arguments
146 `(#:guile ,%bootstrap-guile 147 `(#:guile ,%bootstrap-guile