gnu: gnupg@1: Return #t from all phases.

* gnu/packages/gnupg.scm (gnupg-1)[arguments]: Return #t from
the 'patch-check-sh' phase.
master
Mark H Weaver 2018-03-23 02:36:33 -04:00
parent a48d22d615
commit b17f723846
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -355,7 +355,8 @@ libskba (working with X.509 certificates and CMS data).")
(add-after 'unpack 'patch-check-sh
(lambda _
(substitute* "checks/Makefile.in"
(("/bin/sh") (which "sh"))))))))))
(("/bin/sh") (which "sh")))
#t)))))))
(define-public gpgme
(package