From ce33c3af76b0e5c68cc42dddf2b9c4b017386fd8 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 23 Oct 2017 16:33:50 -0700 Subject: pull: Add (guix build compile) to the mix. Fixes . Reported by Leo Famulari . * build-aux/build-self.scm (build): Add (guix build compile) to #:modules. * guix/build/pull.scm (build-guix): Wrap 'compile-files' call in 'with-directory-excursion'. Strip "./" from FILES when passing it to 'compile-files'. --- build-aux/build-self.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'build-aux/build-self.scm') diff --git a/build-aux/build-self.scm b/build-aux/build-self.scm index 4933e02712..ed8ff5f4ce 100644 --- a/build-aux/build-self.scm +++ b/build-aux/build-self.scm @@ -245,6 +245,7 @@ Please upgrade to an intermediate version first, for instance with: (gexp->derivation "guix-latest" builder #:modules '((guix build pull) (guix build utils) + (guix build compile) ;; Closure of (guix modules). (guix modules) -- cgit v1.2.3