3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 @@ 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