mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: calcurse: Adjust for Guile 3.0.
* gnu/packages/calcurse.scm (calcurse)[arguments]: Provide explicit destination in calls to FORMAT.
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
(lambda _
|
||||
(substitute* "doc/Makefile.in"
|
||||
(("(docdir =) .*" _ match)
|
||||
(format "~a @docdir@\n" match)))
|
||||
(format #f "~a @docdir@\n" match)))
|
||||
#t))
|
||||
(add-before 'check 'check-setup
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
|
||||
Reference in New Issue
Block a user