From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH v2] gnu: Add taskwarrior. Date: Fri, 13 Mar 2015 14:16:00 -0500 Message-ID: <30562f22382a1ca7c1db98eac00abbb9@openmailbox.org> References: <1426208221-17839-1-git-send-email-sleep_walker@suse.cz> <1426208221-17839-2-git-send-email-sleep_walker@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWV47-0008Qm-2o for guix-devel@gnu.org; Fri, 13 Mar 2015 15:16:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWV43-0008NS-Sw for guix-devel@gnu.org; Fri, 13 Mar 2015 15:16:11 -0400 Received: from mail.openmailbox.org ([62.4.1.34]:33666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWV43-0008N4-LL for guix-devel@gnu.org; Fri, 13 Mar 2015 15:16:07 -0400 In-Reply-To: <1426208221-17839-2-git-send-email-sleep_walker@suse.cz> 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: =?UTF-8?Q?Tom=C3=A1=C5=A1_=C4=8Cech?= Cc: guix-devel@gnu.org On 2015-03-12 19:57, Tom=C3=A1=C5=A1 =C4=8Cech wrote: > * gnu/packages/task.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add new file here. > --- > gnu-system.am | 1 + > gnu/packages/task.scm | 68=20 > +++++++++++++++++++++++++++++++++++++++++++++++++++ [...] > + (inputs > + `(("util-linux" ,util-linux) > + ("gnutls" ,gnutls) > + ("lua" ,lua) > + ("coreutils" ,coreutils))) Can coreutils be left out here, since it is an implicit input? > + ;; Taskwarrior is licensed under MIT license, which is identical=20 > to > + ;; Expat License > + (license license:expat))) Is it actually the Expat license, or the X11 license, which is also=20 sometimes called the "MIT license"? In either case, I would perhaps put=20 quotation marks around "MIT license" to indicate the ambiguity. --=20 `~Eric