From mboxrd@z Thu Jan 1 00:00:00 1970 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 Message-ID: <446a7eb3.AEAALVQqXB0AAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZPtrZ@mailjet.com> References: <20170612103325.hrb63bpvefdnah3b@abyayala> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <446a7eb3.AEAALVQqXB0AAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZPtrZ@bnc3.mailjet.com>) id 1dKTuw-0001dt-KA for guix-devel@gnu.org; Mon, 12 Jun 2017 14:18:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <446a7eb3.AEAALVQqXB0AAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZPtrZ@bnc3.mailjet.com>) id 1dKTus-0003f6-Ke for guix-devel@gnu.org; Mon, 12 Jun 2017 14:18:22 -0400 Received: from o171.p8.mailjet.com ([87.253.233.171]:38779) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <446a7eb3.AEAALVQqXB0AAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZPtrZ@bnc3.mailjet.com>) id 1dKTus-0003eF-BN for guix-devel@gnu.org; Mon, 12 Jun 2017 14:18:18 -0400 In-reply-to: <20170612103325.hrb63bpvefdnah3b@abyayala> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org 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. =