GNU bug report logs - #75412
[PATCH] gnu: loko-scheme: Update to 0.12.1.

Previous Next

Package: guix-patches;

Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>

Date: Mon, 6 Jan 2025 22:05:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75412 in the body.
You can then email your comments to 75412 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75412; Package guix-patches. (Mon, 06 Jan 2025 22:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 06 Jan 2025 22:05:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: loko-scheme: Update to 0.12.1.
Date: Mon,  6 Jan 2025 22:01:13 +0000
* gnu/packages/loko.scm (loko-scheme): Update to 0.12.1.
[arguments]<#:phases>: Update phase "akku-fixes".

Change-Id: I5dd07a8cc1f0db336c56e4271eecbfdc61f1038f
---
Hi,

The substitution in "scheme-wrapper" switches to the POSIX built-in "command" from "which".

Thanks! 

 gnu/packages/loko.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/loko.scm b/gnu/packages/loko.scm
index 003fbe416a..f76bd94d41 100644
--- a/gnu/packages/loko.scm
+++ b/gnu/packages/loko.scm
@@ -30,7 +30,7 @@ (define-module (gnu packages loko)
 (define-public loko-scheme
   (package
     (name "loko-scheme")
-    (version "0.12.0")
+    (version "0.12.1")
     (source
      (origin
        (method git-fetch)
@@ -38,7 +38,7 @@ (define-public loko-scheme
              (url "https://gitlab.com/weinholt/loko")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "12xp82z91qkp9q8lfp46s4sda8qgs472jic3js1kbykn4jzy7399"))
+        (base32 "127cbrnpmanzd2daxd6vwdq09sqfvbm9ialpjaxd46n5j97fl5g9"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
@@ -71,6 +71,9 @@ (define-public loko-scheme
                        #$(this-package-native-input "guile-machine-code"))))
               (substitute* ".akku/env"
                 (("/bin/sh") (which "sh")))
+              (substitute* "scheme-wrapper"
+                (("which ")
+                 "command -v "))
               #t)))))
     (native-inputs
      (list akku

base-commit: ee3673217b82d50e97434ae85145b8d68f077446
-- 
2.47.1





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Tue, 07 Jan 2025 10:13:02 GMT) Full text and rfc822 format available.

Notification sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
bug acknowledged by developer. (Tue, 07 Jan 2025 10:13:03 GMT) Full text and rfc822 format available.

Message #10 received at 75412-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Ashish SHUKLA <ashish.is <at> lostca.se>
Cc: 75412-done <at> debbugs.gnu.org
Subject: Re: [bug#75412] [PATCH] gnu: loko-scheme: Update to 0.12.1.
Date: Tue, 07 Jan 2025 18:15:43 +0800
Ashish SHUKLA <ashish.is <at> lostca.se> writes:

> * gnu/packages/loko.scm (loko-scheme): Update to 0.12.1.
> [arguments]<#:phases>: Update phase "akku-fixes".

Pushed to master as commit 54a6af4ab5, thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 04 Feb 2025 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 193 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.