mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: nim: Adjust for Guile 3.0.
* gnu/packages/nim.scm (nim)[arguments]: Provide explicit destination in calls to FORMAT.
This commit is contained in:
parent
05e3ed302f
commit
52bdd30407
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ (define-public nim
|
|||
"lib/pure/osproc.nim")
|
||||
(("/bin/sh") sh))
|
||||
(substitute* (find-files "c_code" "stdlib_osproc.c")
|
||||
(("\"/bin/sh\", 7") (format "~s, ~s" sh (string-length sh)))))
|
||||
(("\"/bin/sh\", 7") (format #f "~s, ~s" sh (string-length sh)))))
|
||||
#t))
|
||||
(replace 'build
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue