mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -1443,6 +1443,7 @@ (define build
|
|||
#: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 a new issue