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:
parent
9e91983055
commit
2c402b1a15
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user