~ruther/guix-local

c062b1eb6c9d799f0015e26b14cd77eaf8d946dd — Ludovic Courtès 9 years ago 9a5187b
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".
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/build/pull.scm
M guix/build/pull.scm => guix/build/pull.scm +1 -1
@@ 84,7 84,7 @@ containing the source code.  Write any debugging output to DEBUG-PORT."
      (("@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))