all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org>
To: 75412@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [bug#75412] [PATCH] gnu: loko-scheme: Update to 0.12.1.
Date: Mon,  6 Jan 2025 22:01:13 +0000	[thread overview]
Message-ID: <9536df9dee29b628be3255fb479058da28662fad.1736200872.git.ashish.is@lostca.se> (raw)

* 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	other threads:[~2025-01-06 22:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-06 22:01 Ashish SHUKLA via Guix-patches via [this message]
2025-01-07 10:15 ` bug#75412: [PATCH] gnu: loko-scheme: Update to 0.12.1 宋文武 via Guix-patches via

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=9536df9dee29b628be3255fb479058da28662fad.1736200872.git.ashish.is@lostca.se \
    --to=guix-patches@gnu.org \
    --cc=75412@debbugs.gnu.org \
    --cc=ashish.is@lostca.se \
    /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.