From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZkcs-0004zI-2L for guix-patches@gnu.org; Thu, 11 Jan 2018 16:43:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eZkco-0004MR-0A for guix-patches@gnu.org; Thu, 11 Jan 2018 16:43:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:44664) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eZkcn-0004M9-TM for guix-patches@gnu.org; Thu, 11 Jan 2018 16:43:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eZkcn-0002qy-NP for guix-patches@gnu.org; Thu, 11 Jan 2018 16:43:01 -0500 Subject: bug#29829: mozjs@38: provide intermediate workaround for source disappearance Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171223213113.rmeevmh5n7o5zn46@abyayala> Date: Thu, 11 Jan 2018 22:42:47 +0100 In-Reply-To: <20171223213113.rmeevmh5n7o5zn46@abyayala> (ng0@n0.is's message of "Sat, 23 Dec 2017 21:31:13 +0000") Message-ID: <87y3l4m5rc.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: ng0 Cc: 29829-done@debbugs.gnu.org Hi ng0, ng0 skribis: > + (uri (list (string-append > + "https://people.mozilla.org/~sstangl/" > + name "-" version ".tar.bz2") > + ;; FIXME: people.mozilla.org has shut down: > + ;; https://lists.gnu.org/archive/html/guix-deve= l/2017-12/msg00189.html > + ;; This is an unofficial temporary location unt= il we > + ;; can build mozjs-38 from the new location: > + (string-append > + "https://d.n0.is/d/v/mozjs/" > + name "-" version ".tar.bz2"))) The file is automatically taken from when substitutes are disabled, so I don=E2=80=99t think there=E2=80=99s any= thing to do. I=E2=80=99m closing this bug. Thanks, Ludo=E2=80=99.