[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
- branch master updated (9d34b04 -> f2f7395), guix-commits, 2021/01/03
- 01/17: gnu: pidgin: Make some cosmetic changes., guix-commits, 2021/01/03
- 06/17: gnu: pidgin: Enable CAP., guix-commits, 2021/01/03
- 02/17: gnu: pidgin: Re-arrange inputs in alphabetical order., guix-commits, 2021/01/03
- 04/17: gnu: pidgin: Enable support for mono., guix-commits, 2021/01/03
- 05/17: gnu: pidgin: Enable meanwhile., guix-commits, 2021/01/03
- 09/17: gnu: pidgin: Enable support for Tk., guix-commits, 2021/01/03
- 03/17: gnu: pidgin: Add missing inputs., guix-commits, 2021/01/03
- 07/17: gnu: pidgin: Enable SILC protocol support., guix-commits, 2021/01/03
- 08/17: gnu: pidgin: Enable support for Tcl.,
guix-commits <=
- 10/17: gnu: pidgin: Upgrade to 2.14.1., guix-commits, 2021/01/03
- 14/17: gnu: libotr: Update license., guix-commits, 2021/01/03
- 13/17: gnu: libotr: Make some cosmetic changes., guix-commits, 2021/01/03
- 12/17: gnu: pidgin: Enable MultiMedia and A/V support., guix-commits, 2021/01/03
- 11/17: gnu: pidgin: Enable Gadu-Gadu protocol support., guix-commits, 2021/01/03
- 16/17: gnu: pidgin-otr: Update license., guix-commits, 2021/01/03
- 15/17: gnu: pidgin-otr: Make some cosmetic changes., guix-commits, 2021/01/03
- 17/17: gnu: pidgin-otr: Add some inputs., guix-commits, 2021/01/03