me
/
guix
Archived
1
0
Fork 0

gnu: calcurse: Adjust for Guile 3.0.

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

View File

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