From ec38437f9400fa4b2fa8f4a876d3e35c64fdb213 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 2 Dec 2014 16:47:00 +0100 Subject: packages: Use the target's system Guile when downloading patches. * guix/packages.scm (patch-and-repack)[patch-inputs]: Pass SYSTEM in 'package-source-derivation' call. --- guix/packages.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/packages.scm b/guix/packages.scm index 67a767106e..07f6d0ccbc 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -376,7 +376,7 @@ IMPORTED-MODULES specify modules to use/import for use by SNIPPET." (add-to-store store (basename patch) #t "sha256" patch)) ((? origin?) - (package-source-derivation store patch))))) + (package-source-derivation store patch system))))) (iota (length patches)) patches)) -- cgit v1.2.3