mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: tk: Build with Xft support.
* gnu/packages/tcl.scm (tk)[inputs]: Add LIBXFT. [native-inputs]: New field.
This commit is contained in:
parent
9523f6378a
commit
8a0263f17b
1 changed files with 3 additions and 2 deletions
|
@ -154,8 +154,9 @@ (define-public tk
|
|||
|
||||
;; 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)))
|
||||
|
|
Loading…
Reference in a new issue