mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +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:
parent
2e7c3e065b
commit
bca2413141
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue