gnu: gnupg: Add TODO comment about custom build phase.
* gnu/packages/gnupg.scm (gnupg)[arguments]: Add comment.
This commit is contained in:
parent
71e21fb26d
commit
5045d80ff1
|
@ -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)))))
|
||||||
|
|
Loading…
Reference in New Issue