me
/
guix
Archived
1
0
Fork 0

gnu: gnupg@2.1: Use 'modify-phases'.

* gnu/packages/gnupg.scm (gnupg@2.1)[arguments]: Use 'modify-phases'
syntax.
master
Efraim Flashner 2016-07-25 00:18:15 +03:00
parent 35d28c6013
commit 45477c6a7d
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 6 additions and 6 deletions

View File

@ -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