guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: gajim: Get the second 'wrap-program' phase to return #t.


From: Clément Lassieur
Subject: 04/05: gnu: gajim: Get the second 'wrap-program' phase to return #t.
Date: Sun, 11 Nov 2018 10:00:48 -0500 (EST)

snape pushed a commit to branch master
in repository guix.

commit 60c5b4448961ce1745b7f0bfada1e7620f238ea0
Author: Clément Lassieur <address@hidden>
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

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