From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33837) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1is10V-0004FS-S4 for guix-patches@gnu.org; Thu, 16 Jan 2020 04:00:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1is10U-0002W4-Ty for guix-patches@gnu.org; Thu, 16 Jan 2020 04:00:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58985) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1is10U-0002VI-Q3 for guix-patches@gnu.org; Thu, 16 Jan 2020 04:00:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1is10U-00052M-Lw for guix-patches@gnu.org; Thu, 16 Jan 2020 04:00:02 -0500 Subject: [bug#38865] [PATCH] add package definition for liquid-dsp-1.3.2 Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <937849de433222cab5f2da618529ce3aad559546.camel@librehacker.com> <87d0bss243.fsf@gnu.org> <87tv52n4ae.fsf@gnu.org> <87c412487b95a94fcbb7b9cbc133ddb1bd9b7819.camel@librehacker.com> <87imlcph38.fsf@gnu.org> Date: Thu, 16 Jan 2020 09:59:35 +0100 In-Reply-To: (Evan Straw's message of "Wed, 15 Jan 2020 22:46:28 +0000 (UTC)") Message-ID: <87h80vg4js.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: Evan Straw Cc: Christopher Howard , Brett Gilio , 38865-done@debbugs.gnu.org Hi Evan, Evan Straw skribis: > I think the only problem that this will introduce is that my redsea packa= ge definition in my third patch depends on the definition for liquid-dsp be= ing in the same file, so an import will have to be added. I can submit a re= vision for this in a few hours when I get back on my PC, if needed. Sure, no rush. An option would be to move all your packages to sdr.scm (=E2=80=9CSDR=E2=80=9D is a superset of =E2=80=9Cham radio=E2=80=9D, after = all). WDYT? Thanks, Ludo=E2=80=99.