summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/chez.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index b80421d3f7e..da0b17e7997 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -240,7 +240,9 @@ and 32-bit PowerPC architectures.")
240 `(("chez-scheme" ,chez-scheme))) 240 `(("chez-scheme" ,chez-scheme)))
241 (arguments 241 (arguments
242 `(#:make-flags (let ((out (assoc-ref %outputs "out"))) 242 `(#:make-flags (let ((out (assoc-ref %outputs "out")))
243 (list (string-append "PREFIX=" out))) 243 (list (string-append "PREFIX=" out)
244 "CHEZ=chez-scheme --libdirs ./"
245 (string-append "chezversion=" ,(package-version chez-scheme))))
244 #:test-target "test" 246 #:test-target "test"
245 #:phases (modify-phases %standard-phases 247 #:phases (modify-phases %standard-phases
246 (delete 'configure)))) 248 (delete 'configure))))