diff options
author | Clément Lassieur <clement@lassieur.org> | 2018-11-11 15:34:06 +0100 |
---|---|---|
committer | Clément Lassieur <clement@lassieur.org> | 2018-11-11 16:00:00 +0100 |
commit | 60c5b4448961ce1745b7f0bfada1e7620f238ea0 (patch) | |
tree | 2da8434f89c8852b97126b4fed655515d11b38cf /gnu/packages | |
parent | 992a496503a49ef7977f097a1390f8536b06dee4 (diff) | |
download | guix-60c5b4448961ce1745b7f0bfada1e7620f238ea0.tar guix-60c5b4448961ce1745b7f0bfada1e7620f238ea0.tar.gz |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/messaging.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 5f1aa7ce58..c276bc03ea 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))) |