mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue