guix-commits
[Top][All Lists]
Advanced

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

08/17: gnu: pidgin: Enable support for Tcl.


From: guix-commits
Subject: 08/17: gnu: pidgin: Enable support for Tcl.
Date: Sun, 3 Jan 2021 11:30:49 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 823567803f5afd9edf663b29b4e62ac0581cbfec
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Dec 31 00:11:49 2020 -0500

    gnu: pidgin: Enable support for Tcl.
    
    * gnu/packages/messaging.scm (pidgin) [inputs]: Add Tcl.
    [arguments]<#:configure-flags>[--disable-tcl]: Remove flag.
    [--with-tclconfig]: New flag.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/messaging.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 3208c5e..7f6b2df 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -785,7 +785,8 @@ authentication.")
        ("python2-dbus" ,python2-dbus)
        ("silc" ,silc-toolkit)
        ("sqlite" ,sqlite)
-       ("startup-notification" ,startup-notification)))
+       ("startup-notification" ,startup-notification)
+       ("tcl" ,tcl)))
     (propagated-inputs
      `(("glib" ,glib)))
     (arguments
@@ -801,7 +802,10 @@ authentication.")
         "--enable-cyrus-sasl"
         (string-append "--with-ncurses-headers="
                        (assoc-ref %build-inputs "ncurses")
-                       "/include"))))
+                       "/include")
+        (string-append "--with-tclconfig="
+                       (assoc-ref %build-inputs "tcl")
+                       "/lib"))))
     (native-search-paths
      (list
       (search-path-specification



reply via email to

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