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

View file

@ -260,6 +260,7 @@ (define-public gnupg
(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)))))