mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
b01e7b649f
commit
44b233125b
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue