From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 10 11:42:04 2019 Received: (at 26608) by debbugs.gnu.org; 10 Dec 2019 16:42:04 +0000 Received: from localhost ([127.0.0.1]:56479 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ieiaK-0000BZ-2y for submit@debbugs.gnu.org; Tue, 10 Dec 2019 11:42:04 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49174) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ieiaI-0000Aj-6m; Tue, 10 Dec 2019 11:42:02 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ieiaD-0003ff-1p; Tue, 10 Dec 2019 11:41:57 -0500 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=53330 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ieiaC-0000zZ-Hf; Tue, 10 Dec 2019 11:41:56 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Nome Grey Subject: Re: bug#26608: channels.scm supporting substitutes References: <874lxg77l4.fsf@dustycloud.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 20 Frimaire an 228 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 10 Dec 2019 17:41:54 +0100 In-Reply-To: (Nome Grey's message of "Tue, 3 Dec 2019 09:55:41 -0800") Message-ID: <87h828nne5.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 26608 Cc: 26608@debbugs.gnu.org, 22629@debbugs.gnu.org, 32022@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Nome Grey skribis: > Ludovic posted some channels.scm code in September 2018 supporting using > more substitutes. Unfortunately his code no longer functions due to an > upgrade of guile-json in guix. > > I've tried to learn enough guile to upgrade the code to the newer json > structures, and posted my changes to github at > https://github.com/nomr72/guix-substitutes-channel . It seems to run aga= in > now. Nice, thanks for sharing! Ludo=E2=80=99.