mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: sbcl-concrete-syntax-tree: Update to 20210818.
* gnu/packages/lisp-xyz.scm (sbcl-concrete-syntax-tree): Update to 20210818. [arguments]: Build all systems, not just the default.
This commit is contained in:
parent
39b8f85a6e
commit
240cd23514
1 changed files with 7 additions and 3 deletions
|
@ -14641,10 +14641,10 @@ source files.")
|
||||||
(sbcl-package->cl-source-package sbcl-cl-indentify))
|
(sbcl-package->cl-source-package sbcl-cl-indentify))
|
||||||
|
|
||||||
(define-public sbcl-concrete-syntax-tree
|
(define-public sbcl-concrete-syntax-tree
|
||||||
(let ((commit "abd242a59dadc5452aa9dbc1d313c83ec2c11f46"))
|
(let ((commit "4f01430c34f163356f3a2cfbf0a8a6963ff0e5ac"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-concrete-syntax-tree")
|
(name "sbcl-concrete-syntax-tree")
|
||||||
(version (git-version "0.0.0" "1" commit))
|
(version (git-version "0.0.0" "2" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -14653,10 +14653,14 @@ source files.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name commit))
|
(file-name (git-file-name name commit))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1lyrglc3h1if44gxd9cwv90wa90nrdjvb7fry39b1xn8ywdfa7di"))))
|
(base32 "169ibaz1vv7pphib28443zzk3hf1mrcarhzfm8hnbdbk529cnxyi"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-acclimation))
|
(list sbcl-acclimation))
|
||||||
|
(arguments
|
||||||
|
'(#:asd-systems '("concrete-syntax-tree"
|
||||||
|
"concrete-syntax-tree-destructuring"
|
||||||
|
"concrete-syntax-tree-source-info")))
|
||||||
(home-page "https://github.com/s-expressionists/Concrete-Syntax-Tree")
|
(home-page "https://github.com/s-expressionists/Concrete-Syntax-Tree")
|
||||||
(synopsis "Parse Common Lisp code into a concrete syntax tree")
|
(synopsis "Parse Common Lisp code into a concrete syntax tree")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue