me
/
guix
Archived
1
0
Fork 0

gnu: nim: Adjust for Guile 3.0.

* gnu/packages/nim.scm (nim)[arguments]: Provide explicit destination in calls
to FORMAT.
master
Marius Bakke 2020-04-26 12:47:47 +02:00
parent 05e3ed302f
commit 52bdd30407
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
"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 _