From fa29b1998893f6ee136bca02bde2b59435d0737b Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 30 Nov 2012 21:37:41 +0100 Subject: distro: Add `guile-2.0/fixed', which should rarely change. * distro/packages/guile.scm (guile-2.0/fixed): New variable. * distro/packages/base.scm (guile-final): Use it. --- distro/packages/base.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distro/packages/base.scm') diff --git a/distro/packages/base.scm b/distro/packages/base.scm index 8a9e6d8166..ea6297107f 100644 --- a/distro/packages/base.scm +++ b/distro/packages/base.scm @@ -920,7 +920,7 @@ store.") ;; holds a dependency on the bootstrap Binutils. Use multiple outputs for ;; Libtool, so that that dependency is isolated in the "bin" output. (package-with-bootstrap-guile - (package-with-explicit-inputs guile-2.0 + (package-with-explicit-inputs guile-2.0/fixed %boot4-inputs (current-source-location) #:guile %bootstrap-guile))) -- cgit v1.2.3