gnu: gnupg-1: Use modify-phases syntax.
* gnu/packages/gnupg.scm (gnupg-1)[arguments]: Use modify-phases syntax.
This commit is contained in:
parent
304cf4e7ee
commit
29d9075727
|
@ -319,12 +319,12 @@ libskba (working with X.509 certificates and CMS data).")
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("libgpg-error" ,libgpg-error)))
|
("libgpg-error" ,libgpg-error)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (alist-cons-after
|
`(#:phases
|
||||||
'unpack 'patch-check-sh
|
(modify-phases %standard-phases
|
||||||
(lambda _
|
(add-after 'unpack 'patch-check-sh
|
||||||
(substitute* "checks/Makefile.in"
|
(lambda _
|
||||||
(("/bin/sh") (which "bash"))))
|
(substitute* "checks/Makefile.in"
|
||||||
%standard-phases)))))
|
(("/bin/sh") (which "bash"))))))))))
|
||||||
|
|
||||||
(define-public gpgme
|
(define-public gpgme
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue