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)
|
||||
(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
|
||||
|
|
Reference in New Issue