From 1e312d8fcc2f237c01b90fc70880140d73c1e2ae Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 22 Dec 2015 18:18:01 -0500 Subject: Update Guix recipe. --- guix.scm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index 0effc5d..4a6e2af 100644 --- a/guix.scm +++ b/guix.scm @@ -78,8 +78,14 @@ #:make-flags '("GUILE_AUTO_COMPILE=0") #:phases (modify-phases %standard-phases - (add-after 'unpack 'bootstrap - (lambda _ (zero? (system* "sh" "bootstrap"))))))) + (add-after 'unpack 'bootstrap + (lambda _ (zero? (system* "sh" "bootstrap")))) + (add-after 'configure 'patch-makefile + (lambda _ + ;; Install compiled Guile files in the expected place. + (substitute* '("Makefile") + (("^godir = .*$") + "godir = $(moddir)\n"))))))) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) -- cgit v1.2.3