gnu: gajim: Honour $GAJIM_PLUGIN_PATH.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 19 Nov 2020 14:20:14 +0000 (15:20 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 19 Nov 2020 21:16:18 +0000 (22:16 +0100)
commitc18803f28dce7f9beb2c81aead253d86b05618e7
treea24195ca081943ecd5ed241904437efff2e5d579
parentaa954ec3664738f3d7b75a5ba96f787b93ad50c8
gnu: gajim: Honour $GAJIM_PLUGIN_PATH.

This allows Gajim to find plug-ins installed with Guix.
Reported at <http://issues.guix.gnu.org/44730>.

However, at the time of pushing both packaged plug-ins (gajim-omemo and
gajim-openpgp) require an unstable version of Gajim and will not load.

* gnu/packages/messaging.scm (gajim)[arguments]: Replace the
‘add-plugin-dirs’ substitution phase with a...
[source]: ...patch that won't silently break in the future.
* gnu/packages/patches/gajim-honour-GAJIM_PLUGIN_PATH.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
gnu/local.mk
gnu/packages/messaging.scm
gnu/packages/patches/gajim-honour-GAJIM_PLUGIN_PATH.patch [new file with mode: 0644]