[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/142: gnu: gnupg: Don't explicitly return #t from phases.
From: |
guix-commits |
Subject: |
34/142: gnu: gnupg: Don't explicitly return #t from phases. |
Date: |
Wed, 20 Oct 2021 14:56:29 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit c78f7a5fe7acbf26b699cb4cc20c160646291ff2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 4 18:46:33 2021 +0200
gnu: gnupg: Don't explicitly return #t from phases.
* gnu/packages/gnupg.scm (gnupg)[arguments]: Don't explicitly return #t
from phases.
---
gnu/packages/gnupg.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 63b69eb..501ef90 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -317,14 +317,12 @@ compatible to GNU Pth.")
(substitute* "scd/scdaemon.c"
(("\"(libpcsclite\\.so[^\"]*)\"" _ name)
(string-append "\"" (assoc-ref inputs "pcsc-lite")
- "/lib/" name "\"")))
- #t))
+ "/lib/" name "\"")))))
(add-after 'build 'patch-scheme-tests
(lambda _
(substitute* (find-files "tests" ".\\.scm$")
(("/usr/bin/env gpgscm")
- (string-append (getcwd) "/tests/gpgscm/gpgscm")))
- #t))
+ (string-append (getcwd) "/tests/gpgscm/gpgscm")))))
(add-before 'build 'patch-test-paths
(lambda _
(substitute* '("tests/inittests"
@@ -336,8 +334,7 @@ compatible to GNU Pth.")
(substitute* "common/t-exectool.c"
(("/bin/cat") (which "cat"))
(("/bin/true") (which "true"))
- (("/bin/false") (which "false")))
- #t)))))
+ (("/bin/false") (which "false"))))))))
(home-page "https://gnupg.org/")
(synopsis "GNU Privacy Guard")
(description
- 96/142: gnu: python-pypa-build: Update to 0.7.0., (continued)
- 96/142: gnu: python-pypa-build: Update to 0.7.0., guix-commits, 2021/10/20
- 106/142: gnu: at-spi2-atk: Break a dependency cycle between GTK+ and Inkscape., guix-commits, 2021/10/20
- 117/142: gnu: graphviz: Update to 2.49.0., guix-commits, 2021/10/20
- 24/142: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/10/20
- 121/142: gnu: util-linux: Globally disable the lsns test., guix-commits, 2021/10/20
- 111/142: gnu: colord-minimal: Introduce minimal variant., guix-commits, 2021/10/20
- 118/142: gnu: cmake-bootstrap: Update to 3.21.3., guix-commits, 2021/10/20
- 124/142: gnu: libthai: Make datrie a normal native-input., guix-commits, 2021/10/20
- 23/142: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/10/20
- 25/142: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/10/20
- 34/142: gnu: gnupg: Don't explicitly return #t from phases.,
guix-commits <=
- 36/142: gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0., guix-commits, 2021/10/20
- 38/142: gnu: python-sphinx: Update to 4.2.0., guix-commits, 2021/10/20
- 39/142: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/10/20
- 40/142: gnu: gstreamer: Update to 1.19.2., guix-commits, 2021/10/20
- 44/142: gnu: gst-plugins-bad: Update to 1.19.2., guix-commits, 2021/10/20
- 58/142: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/10/20
- 72/142: gnu: libnice: Update to 0.1.18-0.47a9633., guix-commits, 2021/10/20
- 82/142: gnu: curl: Honor #:tests?., guix-commits, 2021/10/20
- 79/142: gnu: diffutils: Fix signal processing., guix-commits, 2021/10/20
- 81/142: build: qt-utils: Don't wrap .X-real files., guix-commits, 2021/10/20