mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ (define patch-inputs
|
|||
(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 a new issue