From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54809) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMWQv-0000eT-K4 for guix-patches@gnu.org; Mon, 21 Oct 2019 08:05:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMWQt-0001X6-Fl for guix-patches@gnu.org; Mon, 21 Oct 2019 08:05:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47044) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iMWQr-0001WG-Oy for guix-patches@gnu.org; Mon, 21 Oct 2019 08:05:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iMWQr-0001eA-JQ for guix-patches@gnu.org; Mon, 21 Oct 2019 08:05:05 -0400 Subject: [bug#37817] [PATCH v2 4/9] gnu: sbcl-iterate: Add missing native input. Resent-Message-ID: From: Guillaume Le Vaillant Date: Mon, 21 Oct 2019 14:02:58 +0200 Message-Id: <20191021120303.18735-4-glv@posteo.net> In-Reply-To: <20191021120303.18735-1-glv@posteo.net> References: <8736fmbdz5.fsf@ambrevar.xyz> <20191021120303.18735-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 (sbcl-iterate)[native-inputs]: Add rt. --- gnu/packages/lisp.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index be0b876df8..a559dcc37b 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -1508,6 +1508,8 @@ else @code{parse-number} signals an error of type @code{invalid-number}.") (base32 "0kvz16gnxnkdz0fy1x8y5yr28nfm7i2qpvix7mgwccdpjmsb4pgm")))) (build-system asdf-build-system/sbcl) + (native-inputs + `(("rt" ,sbcl-rt))) (home-page "https://common-lisp.net/project/iterate/") (synopsis "Iteration construct for Common Lisp") (description "@code{iterate} is an iteration construct for Common Lisp. -- 2.23.0