mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: tk: Build with Xft support.
* gnu/packages/tcl.scm (tk)[inputs]: Add LIBXFT. [native-inputs]: New field.
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user