mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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
1 changed files with 6 additions and 6 deletions
|
@ -236,12 +236,12 @@ (define-public gnupg
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--enable-gpg2-is-gpg")
|
`(#:configure-flags '("--enable-gpg2-is-gpg")
|
||||||
#:phases
|
#:phases
|
||||||
(alist-cons-before
|
(modify-phases %standard-phases
|
||||||
'configure 'patch-config-files
|
(add-before 'configure 'patch-config-files
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tests/openpgp/defs.inc"
|
(substitute* "tests/openpgp/defs.inc"
|
||||||
(("/bin/pwd") (which "pwd"))))
|
(("/bin/pwd") (which "pwd")))
|
||||||
%standard-phases)))
|
#t)))))
|
||||||
(home-page "https://gnupg.org/")
|
(home-page "https://gnupg.org/")
|
||||||
(synopsis "GNU Privacy Guard")
|
(synopsis "GNU Privacy Guard")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue