3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: tk: Return #t from all phases.

* gnu/packages/tcl.scm (tk)[arguments]: Return #t from 'pre-configure' phase.
This commit is contained in:
Mark H Weaver 2018-03-17 20:33:01 -04:00
parent 4a3ee3fbb1
commit eed6985fc6
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

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