guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: tk: Build with Xft support.


From: ???
Subject: 01/01: gnu: tk: Build with Xft support.
Date: Wed, 19 Aug 2015 01:27:56 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 8a0263f17b9c754f6de7ee0b869249e87bfb7e3f
Author: 宋文武 <address@hidden>
Date:   Wed Aug 19 09:19:09 2015 +0800

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

diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 7c2c3e5..afa715c 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]