gnu: loko-scheme: Update to 0.12.1.

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

Change-Id: I5dd07a8cc1f0db336c56e4271eecbfdc61f1038f
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Ashish SHUKLA 2025-01-06 22:01:13 +00:00 committed by 宋文武
parent b01e7b649f
commit 44b233125b
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

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