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:
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

View file

@ -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 _