gnu: paperkey: Use 'modify-phases'.

* gnu/packages/gnupg.scm (paperkey)[arguments]: Use 'modify-phases'.
This commit is contained in:
Efraim Flashner 2016-08-19 11:51:56 +03:00
parent 7ac534037b
commit e379d85c6c
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -668,13 +668,13 @@ (define-public paperkey
(build-system gnu-build-system)
(arguments
`(#:phases
(alist-cons-before
'check 'patch-check-scripts
(modify-phases %standard-phases
(add-before 'check 'patch-check-scripts
(lambda _
(substitute* '("checks/roundtrip.sh"
"checks/roundtrip-raw.sh")
(("/bin/echo") "echo")))
%standard-phases)))
(("/bin/echo") "echo"))
#t)))))
(home-page "http://www.jabberwocky.com/software/paperkey/")
(synopsis "Backup OpenPGP keys to paper")
(description