guix-commits
[Top][All Lists]
Advanced

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

06/08: gexp: The result of 'imported-files/derivation' is non-substituta


From: guix-commits
Subject: 06/08: gexp: The result of 'imported-files/derivation' is non-substitutable.
Date: Mon, 25 May 2020 17:40:54 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2c402b1a156f13e6377671c1d0eb4437806b96ea
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon May 25 22:58:31 2020 +0200

    gexp: The result of 'imported-files/derivation' is non-substitutable.
    
    * guix/gexp.scm (imported-files/derivation): Pass #:substitutable? #f to
    'gexp->derivation'.
---
 guix/gexp.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/gexp.scm b/guix/gexp.scm
index 510a1d5..67b6121 100644
--- a/guix/gexp.scm
+++ b/guix/gexp.scm
@@ -1443,6 +1443,7 @@ to the source files instead of copying them."
                       #:system system
                       #:guile-for-build guile
                       #:local-build? #t
+                      #:substitutable? #f
 
                       ;; Avoid deprecation warnings about the use of the _IO*
                       ;; constants in (guix build utils).



reply via email to

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