[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/227: gnu: gnupg: Don't explicitly return #t from phases.
From: |
guix-commits |
Subject: |
34/227: gnu: gnupg: Don't explicitly return #t from phases. |
Date: |
Thu, 11 Nov 2021 12:29:55 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 55e5def90c4526df4d9bac85b2406331b2f9e691
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
- 06/227: gnu: shadow: Set log in /var/log., (continued)
- 06/227: gnu: shadow: Set log in /var/log., guix-commits, 2021/11/11
- 08/227: gnu: gtk+: Add a debug output., guix-commits, 2021/11/11
- 12/227: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 13/227: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 19/227: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/11/11
- 16/227: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 17/227: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 20/227: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/11/11
- 18/227: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 23/227: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/11/11
- 34/227: gnu: gnupg: Don't explicitly return #t from phases.,
guix-commits <=
- 21/227: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/11/11
- 25/227: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/11/11
- 30/227: gnu: farstream: Enable tests., guix-commits, 2021/11/11
- 31/227: gnu: libevdev: Update to 1.11.0., guix-commits, 2021/11/11
- 28/227: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/11/11
- 33/227: gnu: bluez: Update to 5.59., guix-commits, 2021/11/11
- 39/227: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/11/11
- 41/227: gnu: gst-plugins-base: Update to 1.19.2., guix-commits, 2021/11/11
- 43/227: gnu: zxing-cpp: Update to 1.2.0., guix-commits, 2021/11/11
- 45/227: gnu: gst-plugins-ugly: Update to 1.19.2., guix-commits, 2021/11/11