guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: psyclpc: Downgrade to 27f21a3bf0d140f0d2680c695e8df229b46a8


From: ng0
Subject: [PATCH] gnu: psyclpc: Downgrade to 27f21a3bf0d140f0d2680c695e8df229b46a814b.
Date: Thu, 1 Dec 2016 19:13:12 +0000

* gnu/packages/messaging.scm (psyclpc): Downgrade it.

The bundled pcre and reproducible build is introduced in an commit
which broke xmpp functionality with psyclpc in psyced, therefore we
wait for an fix upstream in psyced and then update psyclpc again
when psyced is added.
---
 gnu/packages/messaging.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 8660915bb..2b80589f0 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -980,10 +980,13 @@ including psyced.")
     (synopsis "PSYC library in C")
     (license license:agpl3+)))
 
-;; This commit removes the historic bundled pcre and makes psyclpc 
reproducible.
+;; The bundled pcre and reproducible build is introduced in an commit
+;; which broke xmpp functionality with psyclpc in psyced, therefore we
+;; wait for an upstream fix in psyced and then update psyclpc again
+;; when psyced is added.
 (define-public psyclpc
-  (let* ((commit "61cf9aa81297085e5c40170fd01221c752f8deba")
-         (revision "2"))
+  (let* ((commit "27f21a3bf0d140f0d2680c695e8df229b46a814b")
+         (revision "3"))
   (package
     (name "psyclpc")
     (version (string-append "20160821-" revision "." (string-take commit 7)))
@@ -995,7 +998,7 @@ including psyced.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "1viwqymbhn3cwvx0zl58rlzl5gw47zxn0ldg2nbi55ghm5zxl1z5"))))
+                "1m17xyixbh6wfwk727h3cfjmyfplcgvwbgh12kap1856xiqh99c5"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; There are no tests/checks.
@@ -1034,8 +1037,7 @@ including psyced.")
        #:make-flags (list "install-all")))
     (inputs
      `(("zlib" ,zlib)
-       ("openssl" ,openssl)
-       ("pcre" ,pcre)))
+       ("openssl" ,openssl)))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("bison" ,bison)
-- 
2.11.0




reply via email to

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