From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebSOH-0003de-4N for guix-patches@gnu.org; Tue, 16 Jan 2018 09:39:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebSOE-0007AK-GP for guix-patches@gnu.org; Tue, 16 Jan 2018 09:39:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50325) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ebSOE-0007A9-DJ for guix-patches@gnu.org; Tue, 16 Jan 2018 09:39:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ebSOE-00015Y-6e for guix-patches@gnu.org; Tue, 16 Jan 2018 09:39:02 -0500 Subject: bug#30114: Add fish completion to Guix, remove fish-guix Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180114175201.rfkfaf2znojtpelk@abyayala> Date: Tue, 16 Jan 2018 15:38:37 +0100 In-Reply-To: <20180114175201.rfkfaf2znojtpelk@abyayala> (ng0@n0.is's message of "Sun, 14 Jan 2018 17:52:01 +0000") Message-ID: <8737356f82.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: ng0 Cc: 30114-done@debbugs.gnu.org Hello, ng0 skribis: > If you require a formal statement somewhere that I relicense fish-guix to= be > able to be merged into Guix, let me know. Otherwise I'll just make a comm= it > in the old repository mentioning it. > > These two patches: Add etc/completion/fish/guix.fish, add the file to > the Makefile + configure.ac, and remove fish-guix. Woohoo, nice! > I haven't had the chance to test wether the vendor path works, it did > throw no errors when I ran make in the repository and the path resembles > what I used in fish-guix. Let us know if it turns out to be incorrect. Applied both patches, thank you! Ludo=E2=80=99.