gnu: itstool: Return #t from all phases.

* gnu/packages/glib.scm (itstool)[arguments]: Return #t from
the 'wrap-program' phase.
This commit is contained in:
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

View file

@ -430,7 +430,8 @@ (define itstool
(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