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
|
||||
(lambda _
|
||||
(substitute* "checks/Makefile.in"
|
||||
(("/bin/sh") (which "sh"))))))))))
|
||||
(("/bin/sh") (which "sh")))
|
||||
#t)))))))
|
||||
|
||||
(define-public gpgme
|
||||
(package
|
||||
|
|
Loading…
Reference in New Issue