gnu: paperkey: Use 'modify-phases'.
* gnu/packages/gnupg.scm (paperkey)[arguments]: Use 'modify-phases'.master
parent
7ac534037b
commit
e379d85c6c
|
@ -668,13 +668,13 @@ passphrase when @code{gpg} or @code{gpg2} is run and needs it.")))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(alist-cons-before
|
(modify-phases %standard-phases
|
||||||
'check 'patch-check-scripts
|
(add-before 'check 'patch-check-scripts
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* '("checks/roundtrip.sh"
|
(substitute* '("checks/roundtrip.sh"
|
||||||
"checks/roundtrip-raw.sh")
|
"checks/roundtrip-raw.sh")
|
||||||
(("/bin/echo") "echo")))
|
(("/bin/echo") "echo"))
|
||||||
%standard-phases)))
|
#t)))))
|
||||||
(home-page "http://www.jabberwocky.com/software/paperkey/")
|
(home-page "http://www.jabberwocky.com/software/paperkey/")
|
||||||
(synopsis "Backup OpenPGP keys to paper")
|
(synopsis "Backup OpenPGP keys to paper")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue