[PATCH] gnu: loko-scheme: Update to 0.12.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ashish SHUKLA
  • 宋文武
Owner
unassigned
Submitted by
Ashish SHUKLA
Severity
normal

Debbugs page

A
A
Ashish SHUKLA wrote 4 days ago
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
9536df9dee29b628be3255fb479058da28662fad.1736200872.git.ashish.is@lostca.se
* 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(-)

Toggle diff (36 lines)
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
宋
宋文武 wrote 3 days ago
(name . Ashish SHUKLA)(address . ashish.is@lostca.se)(address . 75412-done@debbugs.gnu.org)
87jzb7nd4g.fsf@envs.net
Ashish SHUKLA <ashish.is@lostca.se> writes:

Toggle quote (3 lines)
> * 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!
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75412@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75412
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch