me
/
guix
Archived
1
0
Fork 0

gnu: paperkey: Use 'modify-phases'.

* gnu/packages/gnupg.scm (paperkey)[arguments]: Use 'modify-phases'.
master
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
1 changed files with 7 additions and 7 deletions

View File

@ -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