From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40045) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i6wBj-0006D8-Nk for guix-patches@gnu.org; Sun, 08 Sep 2019 08:21:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i6wBi-0001ps-Qm for guix-patches@gnu.org; Sun, 08 Sep 2019 08:21:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57898) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i6wBi-0001pm-O2 for guix-patches@gnu.org; Sun, 08 Sep 2019 08:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i6wBi-0003DV-Jb for guix-patches@gnu.org; Sun, 08 Sep 2019 08:21:02 -0400 Subject: bug#37307: [PATCH] gnu: Add libraft Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190905093044.28901-1-andrew@interpretmath.pw> Date: Sun, 08 Sep 2019 14:20:44 +0200 In-Reply-To: <20190905093044.28901-1-andrew@interpretmath.pw> (Andrew Miloradovsky's message of "Thu, 5 Sep 2019 12:30:44 +0300") Message-ID: <87r24r9dyb.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: Andrew Miloradovsky Cc: 37307-done@debbugs.gnu.org Hi Andrew, Andrew Miloradovsky skribis: > * gnu/packages/cluster.scm (libraft): New variable. I added a copyright line for you and committed. In a followup commit, I changed the source to use =E2=80=98git-fetch=E2=80= =99, as reported by the =E2=80=98guix lint=E2=80=99 warning about =E2=80=9Cautogene= rated source tarballs=E2=80=9D. Thank you, Ludo=E2=80=99.