From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4fV6-0001qg-6e for guix-patches@gnu.org; Tue, 25 Sep 2018 01:03:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4fV1-0003pP-Kq for guix-patches@gnu.org; Tue, 25 Sep 2018 01:03:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48468) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g4fV0-0003oi-Dd for guix-patches@gnu.org; Tue, 25 Sep 2018 01:03:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g4fV0-0005in-66 for guix-patches@gnu.org; Tue, 25 Sep 2018 01:03:02 -0400 Subject: [bug#32834] [PATCH] gnu: icecat: Build with rust-1.24. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4fTi-0000iM-Ls for guix-patches@gnu.org; Tue, 25 Sep 2018 01:01:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4fHc-0004Wg-HW for guix-patches@gnu.org; Tue, 25 Sep 2018 00:49:16 -0400 Received: from flashner.co.il ([178.62.234.194]:47354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4fHc-0004W9-AA for guix-patches@gnu.org; Tue, 25 Sep 2018 00:49:12 -0400 From: Efraim Flashner Date: Tue, 25 Sep 2018 07:49:04 +0300 Message-Id: <20180925044904.23530-1-efraim@flashner.co.il> 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: 32834@debbugs.gnu.org * gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Use the oldest compatable rust over newer releases when building icecat. --- gnu/packages/gnuzilla.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 653cee93d..f15a51163 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -3,7 +3,7 @@ ;;; Copyright =C2=A9 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Court=C3= =A8s ;;; Copyright =C2=A9 2014, 2015, 2016, 2017, 2018 Mark H Weaver ;;; Copyright =C2=A9 2015 Sou Bunnbu -;;; Copyright =C2=A9 2016, 2017 Efraim Flashner +;;; Copyright =C2=A9 2016, 2017, 2018 Efraim Flashner ;;; Copyright =C2=A9 2016 Alex Griffin ;;; Copyright =C2=A9 2017 Cl=C3=A9ment Lassieur ;;; Copyright =C2=A9 2017 Nils Gillmann @@ -587,8 +587,9 @@ security standards.") ("zip" ,zip) ("zlib" ,zlib))) (native-inputs - `(("rust" ,rust) - ("cargo" ,rust "cargo") + ;; Icecat 60 checkes for rust>=3D1.24 + `(("rust" ,rust-1.24) + ("cargo" ,rust-1.24 "cargo") ("perl" ,perl) ("python" ,python-2) ; Python 3 not supported ("python2-pysqlite" ,python2-pysqlite) --=20 2.19.0