gnu: Simplify some Common Lisp packages.
This is a follow-up to 2fa8fd4af5
.
* gnu/packages/lisp-xyz.scm (sbcl-1am, sbcl-3bz)[arguments]: Remove
custom 'asd-systems' parameter.
This commit is contained in:
parent
2fa8fd4af5
commit
2e501ad539
1 changed files with 0 additions and 6 deletions
|
@ -1959,7 +1959,6 @@ C, C++, Java, Python, Erlang, Haskell, Objective-C, Diff, Webkit.")
|
||||||
(file-name (git-file-name "3bmd" version))))
|
(file-name (git-file-name "3bmd" version))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: #41437 - Build fails when package name starts from a digit
|
|
||||||
`(#:asd-systems
|
`(#:asd-systems
|
||||||
'("3bmd"
|
'("3bmd"
|
||||||
"3bmd-ext-definition-lists"
|
"3bmd-ext-definition-lists"
|
||||||
|
@ -11191,8 +11190,6 @@ learn about each of the parameters.")
|
||||||
(base32
|
(base32
|
||||||
"05ss4nz1jb9kb796295482b62w5cj29msfj8zis33sp2rw2vmv2g"))))
|
"05ss4nz1jb9kb796295482b62w5cj29msfj8zis33sp2rw2vmv2g"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
|
||||||
`(#:asd-systems '("1am")))
|
|
||||||
(home-page "https://github.com/lmj/1am")
|
(home-page "https://github.com/lmj/1am")
|
||||||
(synopsis "Minimal testing framework for Common Lisp")
|
(synopsis "Minimal testing framework for Common Lisp")
|
||||||
(description "A minimal testing framework for Common Lisp.")
|
(description "A minimal testing framework for Common Lisp.")
|
||||||
|
@ -11967,9 +11964,6 @@ than a few Kb.")
|
||||||
("mmap" ,sbcl-mmap)
|
("mmap" ,sbcl-mmap)
|
||||||
("nibbles" ,sbcl-nibbles)
|
("nibbles" ,sbcl-nibbles)
|
||||||
("trivial-features" ,sbcl-trivial-features)))
|
("trivial-features" ,sbcl-trivial-features)))
|
||||||
(arguments
|
|
||||||
;; FIXME: #41437 - Build fails when package name starts from a digit
|
|
||||||
`(#:asd-systems '("3bz")))
|
|
||||||
(home-page "https://github.com/3b/3bz")
|
(home-page "https://github.com/3b/3bz")
|
||||||
(synopsis "Deflate decompression for Common Lisp")
|
(synopsis "Deflate decompression for Common Lisp")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue