mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
pull: Set '%nix-instantiate' to a sensible value.
Reported by ng0 <ng0@libertad.pw>. Fixes <http://bugs.gnu.org/25053>. * guix/build/pull.scm (build-guix): Replace "@NIX_INSTANTIATE@" in guix/config.scm with "nix-instantiate".
This commit is contained in:
parent
9a5187b687
commit
c062b1eb6c
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ (define* (build-guix out source
|
|||
(("@GZIP@") (string-append gzip "/bin/gzip"))
|
||||
(("@BZIP2@") (string-append bzip2 "/bin/bzip2"))
|
||||
(("@XZ@") (string-append xz "/bin/xz"))
|
||||
(("@NIX_INSTANTIATE@") "")) ;remnants from the past
|
||||
(("@NIX_INSTANTIATE@") "nix-instantiate")) ;for (guix import nix)
|
||||
|
||||
;; Augment the search path so Scheme code can be compiled.
|
||||
(set! %load-path (cons out %load-path))
|
||||
|
|
Loading…
Reference in a new issue