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:
parent
2e7c3e065b
commit
bca2413141
|
@ -430,7 +430,8 @@ The intltool collection can be used to do these things:
|
||||||
(let ((prog (string-append (assoc-ref outputs "out")
|
(let ((prog (string-append (assoc-ref outputs "out")
|
||||||
"/bin/itstool")))
|
"/bin/itstool")))
|
||||||
(wrap-program prog
|
(wrap-program prog
|
||||||
`("PYTHONPATH" = (,(getenv "PYTHONPATH"))))))))))
|
`("PYTHONPATH" = (,(getenv "PYTHONPATH"))))
|
||||||
|
#t))))))
|
||||||
(home-page "http://www.itstool.org")
|
(home-page "http://www.itstool.org")
|
||||||
(synopsis "Tool to translate XML documents with PO files")
|
(synopsis "Tool to translate XML documents with PO files")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue