From 7f131cf3681afe62c84db66e48430de9e54e7d7d Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 14 Dec 2012 18:04:27 +0100 Subject: distro: Fix incorrect "bash" input for gcc-boot0-wrapped. * distro/packages/base.scm (gcc-boot0-wrapped): Fix incorrect "bash" input. --- distro/packages/base.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distro') diff --git a/distro/packages/base.scm b/distro/packages/base.scm index 30bd804b56..f782d78895 100644 --- a/distro/packages/base.scm +++ b/distro/packages/base.scm @@ -803,7 +803,7 @@ (define gcc-boot0-wrapped `(("binutils" ,binutils-boot0) ("gcc" ,gcc-boot0) ("libc" ,glibc-final) - ("bash" ,(assoc-ref %boot1-inputs "bash")))) + ,(assoc "bash" %boot1-inputs))) (inputs '()))) (define %boot2-inputs -- cgit v1.2.3