gexp: The result of 'imported-files/derivation' is non-substitutable.

* guix/gexp.scm (imported-files/derivation): Pass #:substitutable? #f to
'gexp->derivation'.
This commit is contained in:
Ludovic Courtès 2020-05-25 22:58:31 +02:00
parent 9e91983055
commit 2c402b1a15
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -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).