gexp: The result of 'imported-files/derivation' is non-substitutable.
* guix/gexp.scm (imported-files/derivation): Pass #:substitutable? #f to 'gexp->derivation'.master
parent
9e91983055
commit
2c402b1a15
|
@ -1443,6 +1443,7 @@ to the source files instead of copying them."
|
||||||
#:system system
|
#:system system
|
||||||
#:guile-for-build guile
|
#:guile-for-build guile
|
||||||
#:local-build? #t
|
#:local-build? #t
|
||||||
|
#:substitutable? #f
|
||||||
|
|
||||||
;; Avoid deprecation warnings about the use of the _IO*
|
;; Avoid deprecation warnings about the use of the _IO*
|
||||||
;; constants in (guix build utils).
|
;; constants in (guix build utils).
|
||||||
|
|
Reference in New Issue