From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33751) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJunc-0006lC-GB for guix-patches@gnu.org; Thu, 02 Apr 2020 04:02:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJunb-0002bh-L2 for guix-patches@gnu.org; Thu, 02 Apr 2020 04:02:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55786) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJuna-0002ax-LW for guix-patches@gnu.org; Thu, 02 Apr 2020 04:02:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJuna-0007Ki-Js for guix-patches@gnu.org; Thu, 02 Apr 2020 04:02:02 -0400 Subject: bug#40246: [PATCH] gnu: Add cramfs-tools. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87sghmsxy1.fsf@gnu.org> Date: Thu, 02 Apr 2020 10:01:31 +0200 In-Reply-To: (Vincent Legoll's message of "Wed, 1 Apr 2020 23:46:50 +0200") Message-ID: <877dyys4dg.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: Vincent Legoll Cc: 40246-done@debbugs.gnu.org Hi Vincent, Vincent Legoll skribis: > From d8c3ae54d42d662f7af6cb6740b6ae16455d9073 Mon Sep 17 00:00:00 2001 > From: Vincent Legoll > Date: Thu, 26 Mar 2020 23:12:53 +0100 > Subject: [PATCH] gnu: Add cramfs-tools. > > * gnu/packages/linux.scm (cramfs-tools): New variable. Applied! > + (license license:gpl2))) I changed that to =E2=80=98gpl2+=E2=80=99 because I noticed that source fil= e headers carry the =E2=80=9Cor any later version=E2=80=9D wording. Thanks, Ludo=E2=80=99.