[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/217: gnu: gnupg: Don't explicitly return #t from phases.
From: |
guix-commits |
Subject: |
34/217: gnu: gnupg: Don't explicitly return #t from phases. |
Date: |
Sun, 14 Nov 2021 19:20:32 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 314ab78711b41b262983dd35b267d2a7560c7b25
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
- 206/217: gnu: Add python-pypika-tortoise., (continued)
- 206/217: gnu: Add python-pypika-tortoise., guix-commits, 2021/11/14
- 204/217: gnu: osinfo-db-tools: Update to 1.9.0., guix-commits, 2021/11/14
- 209/217: gnu: Add python-asyncmy., guix-commits, 2021/11/14
- 212/217: gnu: python-pymodbus: Update to 2.5.3., guix-commits, 2021/11/14
- 105/217: gnu: at-spi2-core: Reverse inheritance relationship with minimal variant., guix-commits, 2021/11/14
- 114/217: gnu: rest: Use libsoup-minimal., guix-commits, 2021/11/14
- 115/217: gnu: inkscape: Remove the legacy 0.92 version., guix-commits, 2021/11/14
- 119/217: gnu: openssl: Absorb 1.1.1l graft., guix-commits, 2021/11/14
- 122/217: gnu: heimdal: Fix build., guix-commits, 2021/11/14
- 123/217: gnu: pango: Update to 1.48.10., guix-commits, 2021/11/14
- 34/217: gnu: gnupg: Don't explicitly return #t from phases.,
guix-commits <=
- 39/217: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/11/14
- 56/217: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/11/14
- 51/217: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/11/14
- 47/217: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/11/14
- 71/217: gnu: dbus-c++: Fix build., guix-commits, 2021/11/14
- 68/217: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/14
- 63/217: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/11/14
- 62/217: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/11/14
- 67/217: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/11/14
- 54/217: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/11/14