From: Martin Becze <mjbecze@riseup.net>
To: 42947@debbugs.gnu.org
Subject: bug#42947: [PATCH 2/2] gnu: chez-srfi: Fix tests.
Date: Thu, 20 Aug 2020 12:59:22 -0500 [thread overview]
Message-ID: <20200820175922.17866-2-mjbecze@riseup.net> (raw)
In-Reply-To: <20200820175922.17866-1-mjbecze@riseup.net>
* gnu/packages/chez.scm (chez-srfi): Added make flags so that chez-scheme
loads the tests correctly.
---
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 bb584696ae..79a5ad965d 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -242,7 +242,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))))
--
2.28.0
next prev parent reply other threads:[~2020-08-20 18:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-20 11:30 bug#42947: Chez Scheme libraries are broken Martin Becze
2020-08-20 17:59 ` bug#42947: [PATCH 1/2] gun: chez-scheme: Create libary directory Martin Becze
2020-08-20 17:59 ` Martin Becze [this message]
2020-08-28 13:21 ` bug#42947: [PATCH 2/2] gnu: chez-srfi: Fix tests Ludovic Courtès
2020-08-28 13:22 ` bug#42947: Chez Scheme libraries are broken Ludovic Courtès
2020-08-31 16:53 ` Martin Becze
2020-08-31 20:56 ` Ludovic Courtès
2020-09-01 9:22 ` Martin Becze
2020-09-02 14:36 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200820175922.17866-2-mjbecze@riseup.net \
--to=mjbecze@riseup.net \
--cc=42947@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.