From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add fish. Date: Thu, 10 Jul 2014 18:12:37 +0200 Message-ID: <87tx6p6vm2.fsf@gnu.org> References: <87a98h1klh.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Gxg-00044S-LM for guix-devel@gnu.org; Thu, 10 Jul 2014 12:12:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5Gxb-0007QJ-BQ for guix-devel@gnu.org; Thu, 10 Jul 2014 12:12:44 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:42329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Gxb-0007Q7-4J for guix-devel@gnu.org; Thu, 10 Jul 2014 12:12:39 -0400 In-Reply-To: <87a98h1klh.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Thu, 10 Jul 2014 08:09:30 -0400") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > From d050978c818408e845732165c37666562ba04fba Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Thu, 10 Jul 2014 08:07:00 -0400 > Subject: [PATCH] gnu: Add fish. > > * gnu/packages/fish.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. LGTM. > + (description "Fish is a smart and user-friendly command line shell.") Could you add a few words to mention its distinguishing features (those that appear on the home page)? OK to commit with this change. Thanks, Ludo=E2=80=99.