gnu: tk: Return #t from all phases.
* gnu/packages/tcl.scm (tk)[arguments]: Return #t from 'pre-configure' phase.master
parent
4a3ee3fbb1
commit
eed6985fc6
|
@ -150,7 +150,8 @@ X11 GUIs.")
|
|||
(add-before
|
||||
'configure 'pre-configure
|
||||
(lambda _
|
||||
(chdir "unix")))
|
||||
(chdir "unix")
|
||||
#t))
|
||||
(add-after
|
||||
'install 'add-fontconfig-flag
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
|
|
Reference in New Issue