~ruther/guix-local

8a0263f17b9c754f6de7ee0b869249e87bfb7e3f — 宋文武 10 years ago 9523f63
gnu: tk: Build with Xft support.

* gnu/packages/tcl.scm (tk)[inputs]: Add LIBXFT.
  [native-inputs]: New field.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/tcl.scm
M gnu/packages/tcl.scm => gnu/packages/tcl.scm +3 -2
@@ 154,8 154,9 @@ X11 GUIs.")

       ;; The tests require a running X server, so we just skip them.
       #:tests? #f))
    (inputs `(("tcl" ,tcl)))

    (native-inputs `(("pkg-config" ,pkg-config)))
    (inputs `(("libxft" ,libxft)
              ("tcl" ,tcl)))
    ;; tk.h refers to X11 headers, hence the propagation.
    (propagated-inputs `(("libx11" ,libx11)
                         ("libxext" ,libxext)))