3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/gnupg.scm (gnupg-2.0)[arguments]: Use 'modify-phases'.
This commit is contained in:
Ludovic Courtès 2016-07-24 18:49:28 +02:00
parent 20e2964344
commit 6b547d2295
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -279,12 +279,11 @@ libskba (working with X.509 certificates and CMS data).")
("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)