Skip to content
Snippets Groups Projects
Unverified Commit 6b547d22 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

doc: gnupg@2.0: Use 'modify-phases'.

* gnu/packages/gnupg.scm (gnupg-2.0)[arguments]: Use 'modify-phases'.
parent 20e29643
No related branches found
No related tags found
No related merge requests found
......@@ -279,12 +279,11 @@ (define-public gnupg-2.0
("readline" ,readline)))
(arguments
`(#:phases
(alist-cons-before
'configure 'patch-config-files
(lambda _
(substitute* "tests/openpgp/Makefile.in"
(("/bin/sh") (which "bash"))))
%standard-phases)))))
(modify-phases %standard-phase
(add-before 'configure 'patch-config-files
(lambda _
(substitute* "tests/openpgp/Makefile.in"
(("/bin/sh") (which "bash"))))))))))
(define-public gnupg-1
(package (inherit gnupg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment