[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gnupg-2.1: Install executable as 'gpg'.
From: |
Leo Famulari |
Subject: |
01/01: gnu: gnupg-2.1: Install executable as 'gpg'. |
Date: |
Sun, 24 Jul 2016 21:09:57 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 163708a664276dc4dae8180992afae26159434f5
Author: Leo Famulari <address@hidden>
Date: Mon Jun 13 15:39:15 2016 -0400
gnu: gnupg-2.1: Install executable as 'gpg'.
* gnu/packages/gnupg.scm (gnupg-2.1)[arguments]: Add '--enable-gpg2-is-gpg'
to #:configure-flags.
---
gnu/packages/gnupg.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 90b5c2d..9a6694e 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -234,7 +234,8 @@ compatible to GNU Pth.")
("sqlite" ,sqlite)
("zlib" ,zlib)))
(arguments
- `(#:phases
+ `(#:configure-flags '("--enable-gpg2-is-gpg")
+ #:phases
(alist-cons-before
'configure 'patch-config-files
(lambda _