gnu: gmime: Return #t from all phases.

* gnu/packages/mail.scm (gmime)[arguments]: Return #t from
the 'patch-paths-in-tests' phase.
This commit is contained in:
Mark H Weaver 2018-03-23 02:31:18 -04:00
parent b4c4f3399c
commit ac8281214f
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -429,7 +429,8 @@ (define-public gmime
(let* ((base (basename prog-path))
(prog (which base)))
(string-append pre
(or prog (error "not found: " base))))))))))))
(or prog (error "not found: " base))))))
#t))))))
(home-page "http://spruce.sourceforge.net/gmime/")
(synopsis "MIME message parser and creator library")
(description