gnu: gnupg: Add TODO comment about custom build phase.

* gnu/packages/gnupg.scm (gnupg)[arguments]: Add comment.
This commit is contained in:
Leo Famulari 2016-11-08 04:06:35 -05:00
parent 71e21fb26d
commit 5045d80ff1
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 0 deletions

View File

@ -260,6 +260,7 @@ compatible to GNU Pth.")
(add-before 'check 'set-home (add-before 'check 'set-home
;; Some tests require write access to $HOME, otherwise leading to ;; Some tests require write access to $HOME, otherwise leading to
;; 'failed to create directory /homeless-shelter/.asy' error. ;; 'failed to create directory /homeless-shelter/.asy' error.
;; TODO Try removing this phase for GnuPG 2.1.16.
(lambda _ (lambda _
(setenv "HOME" "/tmp") (setenv "HOME" "/tmp")
#t))))) #t)))))