guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: packages: Use the target's system Guile when downloading patches.


From: Ludovic Courtès
Subject: 06/06: packages: Use the target's system Guile when downloading patches.
Date: Tue, 02 Dec 2014 15:51:52 +0000

civodul pushed a commit to branch master
in repository guix.

commit ec38437f9400fa4b2fa8f4a876d3e35c64fdb213
Author: Ludovic Courtès <address@hidden>
Date:   Tue Dec 2 16:47:00 2014 +0100

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index 67a7671..07f6d0c 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]