From 2c402b1a156f13e6377671c1d0eb4437806b96ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 25 May 2020 22:58:31 +0200 Subject: 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 510a1d54c3..67b6121313 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). -- cgit v1.2.3