From 5045d80ff120053a2f0b37f4c831e70d88291531 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 8 Nov 2016 04:06:35 -0500 Subject: 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(+) (limited to 'gnu') diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index a3a42cc2f2..82932489de 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))))) -- cgit v1.2.3