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.
This commit is contained in:
parent
7ce7361b76
commit
ec38437f94
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue