From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#32022: bug#26608: channels.scm supporting substitutes Date: Tue, 10 Dec 2019 17:41:54 +0100 Message-ID: <87h828nne5.fsf@gnu.org> References: <874lxg77l4.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58508) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieibK-0001im-3q for bug-guix@gnu.org; Tue, 10 Dec 2019 11:43:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ieibI-0003ta-7c for bug-guix@gnu.org; Tue, 10 Dec 2019 11:43:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50508) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ieibH-0003tJ-Ez for bug-guix@gnu.org; Tue, 10 Dec 2019 11:43:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ieibH-0000F3-EH for bug-guix@gnu.org; Tue, 10 Dec 2019 11:43:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Nome Grey's message of "Tue, 3 Dec 2019 09:55:41 -0800") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Nome Grey Cc: 26608@debbugs.gnu.org, 22629@debbugs.gnu.org, 32022@debbugs.gnu.org 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.