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.
master
Efraim Flashner 2016-07-24 22:02:18 +03:00
parent 04c828c4fb
commit 80c47cf8e4
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 2 deletions

View File

@ -279,11 +279,12 @@ libskba (working with X.509 certificates and CMS data).")
("readline" ,readline)))
(arguments
`(#:phases
(modify-phases %standard-phase
(modify-phases %standard-phases
(add-before 'configure 'patch-config-files
(lambda _
(substitute* "tests/openpgp/Makefile.in"
(("/bin/sh") (which "bash"))))))))))
(("/bin/sh") (which "bash")))
#t)))))))
(define-public gnupg-1
(package (inherit gnupg)