guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: chez-srfi: Fix tests.


From: guix-commits
Subject: 04/07: gnu: chez-srfi: Fix tests.
Date: Fri, 28 Aug 2020 17:29:34 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit cd0c4e4ef8b64d0a24d20f525a9b214d9779a78c
Author: Martin Becze <mjbecze@riseup.net>
AuthorDate: Thu Aug 20 12:59:22 2020 -0500

    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>
---
 gnu/packages/chez.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index b80421d..da0b17e 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]