[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gnupg: Add TODO comment about custom build phase.
From: |
Leo Famulari |
Subject: |
01/01: gnu: gnupg: Add TODO comment about custom build phase. |
Date: |
Tue, 8 Nov 2016 09:07:29 +0000 (UTC) |
lfam pushed a commit to branch core-updates
in repository guix.
commit 5045d80ff120053a2f0b37f4c831e70d88291531
Author: Leo Famulari <address@hidden>
Date: Tue Nov 8 04:06:35 2016 -0500
gnu: gnupg: Add TODO comment about custom build phase.
* gnu/packages/gnupg.scm (gnupg)[arguments]: Add comment.
---
gnu/packages/gnupg.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index a3a42cc..8293248 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -260,6 +260,7 @@ compatible to GNU Pth.")
(add-before 'check 'set-home
;; Some tests require write access to $HOME, otherwise leading to
;; 'failed to create directory /homeless-shelter/.asy' error.
+ ;; TODO Try removing this phase for GnuPG 2.1.16.
(lambda _
(setenv "HOME" "/tmp")
#t)))))