guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 849048b6a8a5a80b48b49c34910d96f97caf9d3a
Author: Dariqq <[email protected]>
AuthorDate: Sat Jul 19 07:50:52 2025 +0000

    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 <[email protected]>
---
 gnu/packages/messaging.scm | 8 ++------
 1 file 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"

Reply via email to