* [bug#53433] [PATCH 0/3] Fix/Update a couple scheme things
@ 2022-01-22 0:16 Morgan.J.Smith
2022-01-22 0:42 ` [bug#53433] [PATCH 1/3] gnu: scm: Fix build Morgan.J.Smith
0 siblings, 1 reply; 3+ messages in thread
From: Morgan.J.Smith @ 2022-01-22 0:16 UTC (permalink / raw)
To: 53433
[PATCH 1/3] gnu: scm: Fix build
[PATCH 2/3] gnu: slib: Update to 3b6.
[PATCH 3/3] gnu: jacal: Update to 1c7.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#53433] [PATCH 1/3] gnu: scm: Fix build
2022-01-22 0:16 [bug#53433] [PATCH 0/3] Fix/Update a couple scheme things Morgan.J.Smith
@ 2022-01-22 0:42 ` Morgan.J.Smith
2022-01-22 9:09 ` bug#53433: " Oleg Pykhalov
0 siblings, 1 reply; 3+ messages in thread
From: Morgan.J.Smith @ 2022-01-22 0:42 UTC (permalink / raw)
To: 53433; +Cc: Morgan Smith
From: Morgan Smith <Morgan.J.Smith@outlook.com>
* gnu/packages/scheme.scm (scm)[arguments]: Add trailing slashes where needed
---
gnu/packages/scheme.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 639896bb85..abce9a2aae 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -621,7 +621,7 @@ (define-public scm
(replace 'build
(lambda* (#:key inputs outputs #:allow-other-keys)
(setenv "SCHEME_LIBRARY_PATH"
- (search-input-directory inputs "lib/slib"))
+ (string-append (search-input-directory inputs "lib/slib/")))
(invoke "make" "scmlit" "CC=gcc")
(invoke "make" "all")))
(add-after 'install 'post-install
@@ -631,7 +631,7 @@ (define-public scm
(delete-file req)
(format (open req (logior O_WRONLY O_CREAT))
"(define (library-vicinity) ~s)\n"
- (search-input-directory inputs "lib/slib"))
+ (search-input-directory inputs "lib/slib/"))
;; We must generate the slibcat file.
(invoke (string-append out "/bin/scm")
--
2.34.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-01-22 9:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-22 0:16 [bug#53433] [PATCH 0/3] Fix/Update a couple scheme things Morgan.J.Smith
2022-01-22 0:42 ` [bug#53433] [PATCH 1/3] gnu: scm: Fix build Morgan.J.Smith
2022-01-22 9:09 ` bug#53433: " Oleg Pykhalov
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).