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.
master
Ludovic Courtès 2014-12-02 16:47:00 +01:00
parent 7ce7361b76
commit ec38437f94
1 changed files with 1 additions and 1 deletions

View File

@ -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))