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

* gnu/packages/gnupg.scm (gnupg-1)[arguments]: Return #t from
the 'patch-check-sh' phase.
This commit is contained in:
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

View file

@ -355,7 +355,8 @@ (define-public gnupg-1
(add-after 'unpack 'patch-check-sh
(lambda _
(substitute* "checks/Makefile.in"
(("/bin/sh") (which "sh"))))))))))
(("/bin/sh") (which "sh")))
#t)))))))
(define-public gpgme
(package