gnu: gnupg@2.1: Use 'modify-phases'.
* gnu/packages/gnupg.scm (gnupg@2.1)[arguments]: Use 'modify-phases' syntax.
This commit is contained in:
parent
35d28c6013
commit
45477c6a7d
|
@ -236,12 +236,12 @@ compatible to GNU Pth.")
|
|||
(arguments
|
||||
`(#:configure-flags '("--enable-gpg2-is-gpg")
|
||||
#:phases
|
||||
(alist-cons-before
|
||||
'configure 'patch-config-files
|
||||
(lambda _
|
||||
(substitute* "tests/openpgp/defs.inc"
|
||||
(("/bin/pwd") (which "pwd"))))
|
||||
%standard-phases)))
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'patch-config-files
|
||||
(lambda _
|
||||
(substitute* "tests/openpgp/defs.inc"
|
||||
(("/bin/pwd") (which "pwd")))
|
||||
#t)))))
|
||||
(home-page "https://gnupg.org/")
|
||||
(synopsis "GNU Privacy Guard")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue