gnu: itstool: Return #t from all phases.

* gnu/packages/glib.scm (itstool)[arguments]: Return #t from
the 'wrap-program' phase.
master
Mark H Weaver 2018-03-20 14:08:29 -04:00
parent 2e7c3e065b
commit bca2413141
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -430,7 +430,8 @@ The intltool collection can be used to do these things:
(let ((prog (string-append (assoc-ref outputs "out")
"/bin/itstool")))
(wrap-program prog
`("PYTHONPATH" = (,(getenv "PYTHONPATH"))))))))))
`("PYTHONPATH" = (,(getenv "PYTHONPATH"))))
#t))))))
(home-page "http://www.itstool.org")
(synopsis "Tool to translate XML documents with PO files")
(description