[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/14: gnu: pgpdump: Remove bogus DESTDIR usage.
From: |
guix-commits |
Subject: |
04/14: gnu: pgpdump: Remove bogus DESTDIR usage. |
Date: |
Sat, 18 Dec 2021 11:40:20 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 478362c949eda7b397c971bd2a7eb502694dfc34
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 18 17:10:58 2021 +0100
gnu: pgpdump: Remove bogus DESTDIR usage.
* gnu/packages/gnupg.scm (pgpdump)[arguments]: Gexp.
Remove custom #:configure-flags, and DESTDIR from #:make-flags.
---
gnu/packages/gnupg.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 85042db..7706688 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -75,6 +75,7 @@
#:use-module (gnu packages xml)
#:use-module (gnu packages popt)
#:use-module (gnu packages xdisorg)
+ #:use-module (guix gexp)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix utils)
@@ -1039,10 +1040,9 @@ them to transform your existing public key into a secret
key.")
(base32 "080ayqqxb13ngpg6zvaipszwnjadafw3ni7w7gg189cmh3lab7cq"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ; no make check
- #:configure-flags (list "--prefix=/")
- #:make-flags (list ,(string-append "CC=" (cc-for-target))
- (string-append "DESTDIR=" (assoc-ref %outputs
"out")))))
+ (list #:tests? #f ; no make check
+ #:make-flags
+ #~(list (string-append "CC=" #$(cc-for-target)))))
(inputs
(list zlib))
(home-page "https://www.mew.org/~kazu/proj/pgpdump/en/")
- branch master updated (3aef0e7 -> 0943130), guix-commits, 2021/12/18
- 03/14: gnu: pgpdump: Update to 0.34., guix-commits, 2021/12/18
- 06/14: gnu: qd: Omit static library., guix-commits, 2021/12/18
- 07/14: gnu: rofi: Update to 1.7.2., guix-commits, 2021/12/18
- 08/14: gnu: rofi: Remove input labels., guix-commits, 2021/12/18
- 01/14: gnu: microcom: Update to 2019.01.0., guix-commits, 2021/12/18
- 05/14: gnu: qd: Update to 2.3.23., guix-commits, 2021/12/18
- 02/14: gnu: restinio: Update to 0.6.14., guix-commits, 2021/12/18
- 11/14: gnu: imv: Remove input labels., guix-commits, 2021/12/18
- 14/14: gnu: qtox: Remove input labels., guix-commits, 2021/12/18
- 04/14: gnu: pgpdump: Remove bogus DESTDIR usage.,
guix-commits <=
- 12/14: gnu: imv: Remove unused inputs., guix-commits, 2021/12/18
- 10/14: gnu: imv: Update to 4.3.1., guix-commits, 2021/12/18
- 13/14: gnu: qtox: Update to 1.17.4., guix-commits, 2021/12/18
- 09/14: gnu: mtools: Update to 4.0.36., guix-commits, 2021/12/18