mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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:
parent
f989dffd2c
commit
02de4b1da1
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ (define-public calcurse
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "doc/Makefile.in"
|
(substitute* "doc/Makefile.in"
|
||||||
(("(docdir =) .*" _ match)
|
(("(docdir =) .*" _ match)
|
||||||
(format "~a @docdir@\n" match)))
|
(format #f "~a @docdir@\n" match)))
|
||||||
#t))
|
#t))
|
||||||
(add-before 'check 'check-setup
|
(add-before 'check 'check-setup
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in a new issue