~ruther/guix-local

7f131cf3681afe62c84db66e48430de9e54e7d7d — Ludovic Courtès 13 years ago 9d1d434
distro: Fix incorrect "bash" input for gcc-boot0-wrapped.

* distro/packages/base.scm (gcc-boot0-wrapped): Fix incorrect "bash" input.
1 files changed, 1 insertions(+), 1 deletions(-)

M distro/packages/base.scm
M distro/packages/base.scm => distro/packages/base.scm +1 -1
@@ 803,7 803,7 @@ exec ~a/bin/~a-gcc -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
     `(("binutils" ,binutils-boot0)
       ("gcc" ,gcc-boot0)
       ("libc" ,glibc-final)
       ("bash" ,(assoc-ref %boot1-inputs "bash"))))
       ,(assoc "bash" %boot1-inputs)))
    (inputs '())))

(define %boot2-inputs