mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-sly-asdf: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-sly-asdf): Update to 0.2.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
57f7d38fed
commit
d2c8d0a94e
1 changed files with 23 additions and 25 deletions
|
@ -13064,32 +13064,30 @@ sly-quickload command that prompts the user for a package to install.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-sly-asdf
|
(define-public emacs-sly-asdf
|
||||||
(let ((commit "3180921efdc19a2195960e1d601b2a6f31a6feea")
|
(package
|
||||||
(revision "5"))
|
(name "emacs-sly-asdf")
|
||||||
(package
|
(version "0.2.0")
|
||||||
(name "emacs-sly-asdf")
|
(home-page "https://github.com/mmgeorge/sly-asdf")
|
||||||
(version (git-version "0.1.0" revision commit))
|
(source
|
||||||
(home-page "https://github.com/mmgeorge/sly-asdf")
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url home-page)
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))))
|
||||||
(url home-page)
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"0gncp8xv33s4wx594bgd35vr1455bcggv1bg28qv75mhv41nzw97"))))
|
||||||
(base32
|
(build-system emacs-build-system)
|
||||||
"0gncp8xv33s4wx594bgd35vr1455bcggv1bg28qv75mhv41nzw97"))))
|
(propagated-inputs
|
||||||
(build-system emacs-build-system)
|
(list emacs-sly emacs-popup))
|
||||||
(propagated-inputs
|
(arguments
|
||||||
(list emacs-sly emacs-popup))
|
'(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)))
|
||||||
(arguments
|
(synopsis "ASDF contrib for SLY")
|
||||||
'(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)))
|
(description
|
||||||
(synopsis "ASDF contrib for SLY")
|
"@command{sly-asdf} is an external contrib for SLY that provides
|
||||||
(description
|
|
||||||
"@command{sly-asdf} is an external contrib for SLY that provides
|
|
||||||
additional support for working with ASDF projects.")
|
additional support for working with ASDF projects.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-sly-named-readtables
|
(define-public emacs-sly-named-readtables
|
||||||
(let ((commit "a5a42674ccffa97ccd5e4e9742beaf3ea719931f")
|
(let ((commit "a5a42674ccffa97ccd5e4e9742beaf3ea719931f")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue