~ruther/guix-local

ec38437f9400fa4b2fa8f4a876d3e35c64fdb213 — Ludovic Courtès 11 years ago 7ce7361
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/packages.scm
M guix/packages.scm => guix/packages.scm +1 -1
@@ 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))