mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: gnupg@2.0: Fix typo.
* gnu/packages/gnupg.scm (gnupg@2.0)[arguments]: Fix typo that prevented
gnupg from building.
This is a follow up to 6b547d2295
.
This commit is contained in:
parent
04c828c4fb
commit
80c47cf8e4
1 changed files with 3 additions and 2 deletions
|
@ -279,11 +279,12 @@ (define-public gnupg-2.0
|
||||||
("readline" ,readline)))
|
("readline" ,readline)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phase
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'patch-config-files
|
(add-before 'configure 'patch-config-files
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tests/openpgp/Makefile.in"
|
(substitute* "tests/openpgp/Makefile.in"
|
||||||
(("/bin/sh") (which "bash"))))))))))
|
(("/bin/sh") (which "bash")))
|
||||||
|
#t)))))))
|
||||||
|
|
||||||
(define-public gnupg-1
|
(define-public gnupg-1
|
||||||
(package (inherit gnupg)
|
(package (inherit gnupg)
|
||||||
|
|
Loading…
Reference in a new issue