From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 25/65: gnu: Add sbcl-slime-swank. Date: Fri, 19 Oct 2018 23:46:40 +0200 Message-ID: <87a7n9d2yn.fsf@gnu.org> References: <20181019155940.19485.23687@vcs0.savannah.gnu.org> <20181019155945.4A9D3209DC@vcs0.savannah.gnu.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:4830:134:3::10]:42596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDcbV-0005Xj-H9 for guix-devel@gnu.org; Fri, 19 Oct 2018 17:46:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDcbU-0002di-P9 for guix-devel@gnu.org; Fri, 19 Oct 2018 17:46:45 -0400 In-Reply-To: <20181019155945.4A9D3209DC@vcs0.savannah.gnu.org> (Pierre Neidhardt's message of "Fri, 19 Oct 2018 11:59:45 -0400 (EDT)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org, Pierre Neidhardt Hi Pierre, mail@ambrevar.xyz (Pierre Neidhardt) skribis: > commit c4d4ae1e16254a96caaeb5ccb4486f301ae4f1b7 > Author: Pierre Neidhardt > Date: Tue Sep 11 22:59:35 2018 +0200 > > gnu: Add sbcl-slime-swank. >=20=20=20=20=20 > * gnu/packages/lisp.scm (sbcl-slime-swank): New variable. [...] > + (method git-fetch) > + (uri (git-reference > + ;; (url "https://github.com/slime/slime/") > + ;; (commit "841f61467c03dea9f38ff9d5af0e21a8aa29e8f7") > + ;; REVIEW: Do we need sionescu's patch to package SWANK? > + (url "https://github.com/sionescu/slime/") > + ;; (commit "swank-asdf") > + (commit "2f7c3fcb3ac7d50d844d5c6ca0e89b52a45e1d3a"))) Leftovers? :-) > + (license (license (list license:gpl2+ license:public-domain))))) For the record this typo made it impossible to build Guix (=E2=80=9Clicense: unbound variable=E2=80=9D). This was easily fixed in 0ee6692a63538e874ba0b4d85584a4a73b75367c so no big deal, though make sure to run =E2=80=9Cmake=E2=80=9D before =E2=80=9Cgit push=E2=80=9D next t= ime. Thank you for all the Common Lisp packages! Ludo=E2=80=99.