[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Anyone got ideas on how to make Gajim aware of plugins in store?
From: |
Arun Isaac |
Subject: |
Re: Anyone got ideas on how to make Gajim aware of plugins in store? |
Date: |
Mon, 12 Jun 2017 23:47:57 +0530 |
ng0 writes:
> I'm currently looking into packaging gajim extensions
> and I don't know how to make Gajim aware of these
> new directories.
>
> Do I use native-search-paths? There is no variable
> which is used in Gajim, so I think maybe I need to
> include this in the wrapper and add something similar
> to the native-search-path which would look in
> ~/.guix-profile/share/gajim/plugins/ for $name-of-plugin
> to PATH?
I have this exact same problem. Would be very pleased if someone came up
with a solution. I've been making do for a while now with a modified
gajim package in my GUIX_PACKAGE_PATH with required inputs added.