guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: itstool: Return #t from all phases.


From: Mark H. Weaver
Subject: 03/05: gnu: itstool: Return #t from all phases.
Date: Tue, 20 Mar 2018 14:23:29 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit bca2413141693b946f41c8484fa0c2d71f2df680
Author: Mark H Weaver <address@hidden>
Date:   Tue Mar 20 14:08:29 2018 -0400

    gnu: itstool: Return #t from all phases.
    
    * gnu/packages/glib.scm (itstool)[arguments]: Return #t from
    the 'wrap-program' phase.
---
 gnu/packages/glib.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ed2004f..499675d 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]