diff options
author | Dariqq <dariqq@posteo.net> | 2025-07-19 07:50:52 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-19 13:12:58 +0100 |
commit | 849048b6a8a5a80b48b49c34910d96f97caf9d3a (patch) | |
tree | 7819324f721b1106475c487e9e1760d2d4b7fe46 | |
parent | faee8ace2860cdce90da591072ec08c147f3c3a3 (diff) |
gnu: pidgin: Update to 2.14.14.
The incompatible-pointer-types error is fixed and the additional include
dir was a rebasing mistake. These were removed in
15186e1f59cade12a501f3aa4759cd6c980f9e76
* gnu/packages/messaging.scm (pidgin): Update to 2.14.14.
[#:configure-flags]: Remove CFLAGS.
Change-Id: I58fc3071460c2cc2de82b3b51b43b0663b9d5185
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/messaging.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 21192c3759..966bc640bb 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -982,7 +982,7 @@ authentication.") (define-public pidgin (package (name "pidgin") - (version "2.14.13") + (version "2.14.14") (source (origin (method url-fetch) @@ -990,7 +990,7 @@ authentication.") (string-append "mirror://sourceforge/pidgin/Pidgin/" version "/pidgin-" version ".tar.bz2")) (sha256 - (base32 "1a3by4niw5ls67mwgj20p2mr317zj4hzysi5glm9mq0pivf4j00j")) + (base32 "0mi3ir2vsir7k07cqlalhflw93gsxqni7kamibwn00pivsa9kz0g")) (patches (search-patches "pidgin-add-search-path.patch")) (modules '((guix build utils))) @@ -1051,10 +1051,6 @@ authentication.") (arguments `(#:configure-flags (list - (string-append "CFLAGS=-I" - (assoc-ref %build-inputs "gst-plugins-base") - "/include/gstreamer-1.0" - " -Wno-error=incompatible-pointer-types") ;; XXX: Disable voice and video calls until Farstream is back to life: ;; <https://issues.guix.gnu.org/75739>. "--disable-vv" |