gnu: tk: Return #t from all phases.
* gnu/packages/tcl.scm (tk)[arguments]: Return #t from 'pre-configure' phase.
This commit is contained in:
parent
4a3ee3fbb1
commit
eed6985fc6
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@ X11 GUIs.")
|
||||||
(add-before
|
(add-before
|
||||||
'configure 'pre-configure
|
'configure 'pre-configure
|
||||||
(lambda _
|
(lambda _
|
||||||
(chdir "unix")))
|
(chdir "unix")
|
||||||
|
#t))
|
||||||
(add-after
|
(add-after
|
||||||
'install 'add-fontconfig-flag
|
'install 'add-fontconfig-flag
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
|
|
Reference in a new issue