snape pushed a commit to branch master
in repository guix.

commit 60c5b4448961ce1745b7f0bfada1e7620f238ea0
Author: Clément Lassieur <clem...@lassieur.org>
Date:   Sun Nov 11 15:34:06 2018 +0100

    gnu: gajim: Get the second 'wrap-program' phase to return #t.
    
    * gnu/packages/messaging.scm (gajim)[arguments]: Get the second 
'wrap-program'
    phase to return #t.
---
 gnu/packages/messaging.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 5f1aa7c..c276bc0 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -623,7 +623,8 @@ was initially a fork of xmpppy, but uses non-blocking 
sockets.")
                ;; For GtkFileChooserDialog.
                `("GSETTINGS_SCHEMA_DIR" =
                  (,(string-append (assoc-ref inputs "gtk+")
-                                  "/share/glib-2.0/schemas")))))))))
+                                  "/share/glib-2.0/schemas"))))
+             #t)))))
     (native-inputs
      `(("intltool" ,intltool)
        ("xorg-server" ,xorg-server)))

Reply via email to