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:
parent
b4c4f3399c
commit
ac8281214f
|
@ -429,7 +429,8 @@ It adds a large amount of new and improved features to mutt.")
|
||||||
(let* ((base (basename prog-path))
|
(let* ((base (basename prog-path))
|
||||||
(prog (which base)))
|
(prog (which base)))
|
||||||
(string-append pre
|
(string-append pre
|
||||||
(or prog (error "not found: " base))))))))))))
|
(or prog (error "not found: " base))))))
|
||||||
|
#t))))))
|
||||||
(home-page "http://spruce.sourceforge.net/gmime/")
|
(home-page "http://spruce.sourceforge.net/gmime/")
|
||||||
(synopsis "MIME message parser and creator library")
|
(synopsis "MIME message parser and creator library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue