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:
parent
a48d22d615
commit
b17f723846
|
@ -355,7 +355,8 @@ libskba (working with X.509 certificates and CMS data).")
|
||||||
(add-after 'unpack 'patch-check-sh
|
(add-after 'unpack 'patch-check-sh
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "checks/Makefile.in"
|
(substitute* "checks/Makefile.in"
|
||||||
(("/bin/sh") (which "sh"))))))))))
|
(("/bin/sh") (which "sh")))
|
||||||
|
#t)))))))
|
||||||
|
|
||||||
(define-public gpgme
|
(define-public gpgme
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue