[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: pius: Use the 'gpg' command instead of 'gpg2'.
From: |
Ludovic Courtès |
Subject: |
01/05: gnu: pius: Use the 'gpg' command instead of 'gpg2'. |
Date: |
Sun, 21 Aug 2016 22:30:11 +0000 (UTC) |
civodul pushed a commit to branch master
in repository guix.
commit d4b1977f8337042a2e4e07f0c3be99c26513aa3e
Author: Ludovic Courtès <address@hidden>
Date: Sun Aug 21 17:52:04 2016 +0200
gnu: pius: Use the 'gpg' command instead of 'gpg2'.
This is a followup to bc85b127df622575988f8e760f72d608d0900a75.
* gnu/packages/gnupg.scm (pius)[arguments]: Use the 'gpg' binary instead
of 'gpg2'.
---
gnu/packages/gnupg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 7df96b4..7bc46ab 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -497,7 +497,7 @@ and signature functionality from Python programs.")
'build 'set-gpg-file-name
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((gpg (string-append (assoc-ref inputs "gpg")
- "/bin/gpg2")))
+ "/bin/gpg")))
(substitute* "libpius/constants.py"
(("/usr/bin/gpg2") gpg))))))))
(synopsis "Programs to simplify GnuPG key signing")