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
15186e1f59

* 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>
This commit is contained in:
Dariqq 2025-07-19 07:50:52 +00:00 committed by Sharlatan Hellseher
parent faee8ace28
commit 849048b6a8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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"