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.
master
Clément Lassieur 2018-11-11 15:34:06 +01:00
parent 992a496503
commit 60c5b44489
No known key found for this signature in database
GPG Key ID: 89F96D4808F359C7
1 changed files with 2 additions and 1 deletions

View File

@ -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)))