me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-generic-cl: Don't propagate inputs.

* gnu/packages/lisp-xyz.scm (sbcl-generic-cl)[propagated-inputs]: Remove
  cl-static-dispatch.
  [inputs]: Add sbcl-static-dispatch.
master
Guillaume Le Vaillant 2021-02-03 17:36:58 +01:00
parent 3b4aede54a
commit 058d4fc8c5
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 3 deletions

View File

@ -12483,10 +12483,8 @@ and comparison operations when used heavily in numeric code.")
("anaphora" ,sbcl-anaphora)
("arrows" ,sbcl-arrows)
("cl-custom-hash-table" ,sbcl-custom-hash-table)
("static-dispatch" ,sbcl-static-dispatch)
("trivia" ,sbcl-trivia)))
(propagated-inputs
;; FIXME: Same error as for `sbcl-static-dispatch'.
`(("static-dispatch" ,cl-static-dispatch)))
(native-inputs
`(("prove" ,sbcl-prove)))
(arguments