civodul pushed a commit to branch master
in repository guix.

commit 2c402b1a156f13e6377671c1d0eb4437806b96ea
Author: Ludovic Courtès <[email protected]>
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