From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/2] gnu: python: Add i3-quickswitch. Date: Mon, 19 Sep 2016 17:39:37 -0400 Message-ID: <20160919213937.GB10174@jasmine> References: <20160914091229.GA14555@sax.terramar.selidor.net> <20160914091724.GG5711@sax.terramar.selidor.net> <20160916054637.GB14289@jasmine> <20160919092402.GB6601@sax.terramar.selidor.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm6I1-0002SX-9o for guix-devel@gnu.org; Mon, 19 Sep 2016 17:39:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bm6Hv-0006Ta-Me for guix-devel@gnu.org; Mon, 19 Sep 2016 17:39:48 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:45737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm6Hu-0006RF-GT for guix-devel@gnu.org; Mon, 19 Sep 2016 17:39:43 -0400 Content-Disposition: inline In-Reply-To: <20160919092402.GB6601@sax.terramar.selidor.net> 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: Ivan Vilata i Balaguer Cc: guix-devel@gnu.org On Mon, Sep 19, 2016 at 11:24:02AM +0200, Ivan Vilata i Balaguer wrote: > Thanks Leo and Brendan for your comments, I'm writing new versions of > the packages following your suggestions, unfortunately I found out that > ``quickswitch.py`` makes use of the Debian-specific ``which`` tool, so > I'm also working on including a small patch (which I've also > [reported][1] for completeness). More things to learn!`;)` `which` is not a Debian tool, and we do sometimes have to add it as an input to packages. Our package name is 'which'. It might be enough to just add the 'which' package to quickswitch-for-i3's inputs (or native-inputs, if `which` is only used while building). www.gnu.org/software/which/