me
/
guix
Archived
1
0
Fork 0

gnu: tk: Return #t from all phases.

* gnu/packages/tcl.scm (tk)[arguments]: Return #t from 'pre-configure' phase.
master
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
1 changed files with 2 additions and 1 deletions

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)