From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50143) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLZ5V-0006DH-UI for guix-patches@gnu.org; Fri, 18 Oct 2019 16:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLZ5V-00063J-13 for guix-patches@gnu.org; Fri, 18 Oct 2019 16:43:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42833) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iLZ5U-00063E-UI for guix-patches@gnu.org; Fri, 18 Oct 2019 16:43:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iLZ5U-0001CX-BB for guix-patches@gnu.org; Fri, 18 Oct 2019 16:43:04 -0400 Subject: [bug#37817] [PATCH 5/7] gnu: Add ecl-iterate. Resent-Message-ID: From: Guillaume Le Vaillant Date: Fri, 18 Oct 2019 22:42:04 +0200 Message-Id: <20191018204206.15154-5-glv@posteo.net> In-Reply-To: <20191018204206.15154-1-glv@posteo.net> References: <87k191x006.fsf@yamatai> <20191018204206.15154-1-glv@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 37817@debbugs.gnu.org Cc: Guillaume Le Vaillant * gnu/packages/lisp.scm (ecl-iterate): New variable. --- gnu/packages/lisp.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index c8fdece80e..a7065213ce 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -1526,6 +1526,9 @@ It is similar to the @code{CL:LOOP} macro, with these distinguishing marks: (define-public cl-iterate (sbcl-package->cl-source-package sbcl-iterate)) +(define-public ecl-iterate + (sbcl-package->ecl-package sbcl-iterate)) + (define-public sbcl-cl-uglify-js ;; There have been many bug fixes since the 2010 release. (let ((commit "429c5e1d844e2f96b44db8fccc92d6e8e28afdd5") -- 2.23.0