guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: gpgme: Fix build.


From: guix-commits
Subject: 10/10: gnu: gpgme: Fix build.
Date: Sat, 21 Mar 2020 15:45:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dde3f551568bb7157b61eb8415b0fef94bfe8eb4
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 21 20:41:28 2020 +0100

    gnu: gpgme: Fix build.
    
    Reported by joshuaBPMan on #guix.
    
    * gnu/packages/gnupg.scm (gpgme)[arguments]: Add ‘disable-failing-test’ 
phase.
---
 gnu/packages/gnupg.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index c15cabc..856c01a 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -400,6 +400,15 @@ libskba (working with X.509 certificates and CMS data).")
       (sha256
        (base32 "0imyjfryvvjdbai454p70zcr95m94j9xnzywrlilqdw2fqi0pqy4"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'check 'disable-failing-test
+           ;; XXX gnupg@2.2.20 breaks the expected JSON response for this test.
+           (lambda _
+             (substitute* "tests/json/t-json.c"
+               (("\"t-keylist-secret\", ") ""))
+             #t)))))
     (native-inputs
      `(("gnupg" ,gnupg)))
     (propagated-inputs



reply via email to

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