gnu: chez-srfi: Fix tests.
* gnu/packages/chez.scm (chez-srfi)[arguments]: Add 'CHEZ' and 'chezversion' to #:make-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
3d9ea605c8
commit
cd0c4e4ef8
|
@ -240,7 +240,9 @@ and 32-bit PowerPC architectures.")
|
|||
`(("chez-scheme" ,chez-scheme)))
|
||||
(arguments
|
||||
`(#:make-flags (let ((out (assoc-ref %outputs "out")))
|
||||
(list (string-append "PREFIX=" out)))
|
||||
(list (string-append "PREFIX=" out)
|
||||
"CHEZ=chez-scheme --libdirs ./"
|
||||
(string-append "chezversion=" ,(package-version chez-scheme))))
|
||||
#:test-target "test"
|
||||
#:phases (modify-phases %standard-phases
|
||||
(delete 'configure))))
|
||||
|
|
Reference in New Issue