[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 25/65: gnu: Add sbcl-slime-swank.
From: |
Ludovic Courtès |
Subject: |
Re: 25/65: gnu: Add sbcl-slime-swank. |
Date: |
Fri, 19 Oct 2018 23:46:40 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi Pierre,
address@hidden (Pierre Neidhardt) skribis:
> commit c4d4ae1e16254a96caaeb5ccb4486f301ae4f1b7
> Author: Pierre Neidhardt <address@hidden>
> Date: Tue Sep 11 22:59:35 2018 +0200
>
> gnu: Add sbcl-slime-swank.
>
> * 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 (“license:
unbound variable”). This was easily fixed in
0ee6692a63538e874ba0b4d85584a4a73b75367c so no big deal, though make
sure to run “make” before “git push” next time.
Thank you for all the Common Lisp packages!
Ludo’.
- Re: 25/65: gnu: Add sbcl-slime-swank.,
Ludovic Courtès <=