gnu: sbcl-dexador: Remove unneeded depedencies to reduce closure size.
* gnu/packages/lisp-xyz.scm (sbcl-dexador)[native-inputs]: Comment out. This takes the closure size from 357 MiB down to 342 MiB.
This commit is contained in:
parent
10ededddd3
commit
1ae539eb4f
@ -6127,15 +6127,15 @@ cookie headers, cookie creation, cookie jar creation and more.")
|
||||
sbcl-trivial-gray-streams
|
||||
sbcl-trivial-mimes
|
||||
sbcl-usocket))
|
||||
(native-inputs
|
||||
(list sbcl-alexandria
|
||||
sbcl-babel
|
||||
sbcl-cl-ppcre
|
||||
sbcl-clack
|
||||
sbcl-lack
|
||||
sbcl-local-time
|
||||
sbcl-prove
|
||||
sbcl-trivial-features))
|
||||
;; These native-inputs are for tests only, which are disabled.
|
||||
;; Leave them commented since they add a lot to the closure size.
|
||||
;; (native-inputs
|
||||
;; (list sbcl-cl-ppcre
|
||||
;; sbcl-clack
|
||||
;; sbcl-lack
|
||||
;; sbcl-local-time
|
||||
;; sbcl-prove
|
||||
;; sbcl-trivial-features))
|
||||
(arguments
|
||||
;; TODO: Circular dependency: tests depend on clack-test which depends on dexador.
|
||||
`(#:tests? #f
|
||||
|
Loading…
Reference in New Issue
Block a user