all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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

* bug#53433: [PATCH 1/3] gnu: scm: Fix build
  2022-01-22  0:42 ` [bug#53433] [PATCH 1/3] gnu: scm: Fix build Morgan.J.Smith
@ 2022-01-22  9:09   ` Oleg Pykhalov
  0 siblings, 0 replies; 3+ messages in thread
From: Oleg Pykhalov @ 2022-01-22  9:09 UTC (permalink / raw)
  To: Morgan.J.Smith; +Cc: 53433-done

[-- Attachment #1: Type: text/plain, Size: 974 bytes --]

Hi,

Morgan.J.Smith@outlook.com writes:

Pushed to master with the following change, a copyright for you, and
modified commit message for "gnu: jacal: Update to 1c7." patch.
--8<---------------cut here---------------start------------->8---
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index abce9a2aae..ffe6d1356d 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"
-                            (string-append (search-input-directory inputs "lib/slib/")))
+                            (search-input-directory inputs "lib/slib/"))
                     (invoke "make" "scmlit" "CC=gcc")
                     (invoke "make" "all")))
          (add-after 'install 'post-install
--8<---------------cut here---------------end--------------->8---

Thanks,
Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]

^ 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 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.