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.
This commit is contained in:
parent
992a496503
commit
60c5b44489
|
@ -623,7 +623,8 @@ was initially a fork of xmpppy, but uses non-blocking sockets.")
|
||||||
;; For GtkFileChooserDialog.
|
;; For GtkFileChooserDialog.
|
||||||
`("GSETTINGS_SCHEMA_DIR" =
|
`("GSETTINGS_SCHEMA_DIR" =
|
||||||
(,(string-append (assoc-ref inputs "gtk+")
|
(,(string-append (assoc-ref inputs "gtk+")
|
||||||
"/share/glib-2.0/schemas")))))))))
|
"/share/glib-2.0/schemas"))))
|
||||||
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
("xorg-server" ,xorg-server)))
|
("xorg-server" ,xorg-server)))
|
||||||
|
|
Loading…
Reference in New Issue