fix(3p/lisp/ironclad): add missing dependency on sb-posix

This was previously propagated from somewhere else, but is actually
needed here.

Change-Id: I921758320ff5567b451291c69c8532d43a5c898c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3358
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
sterni 2021-08-15 14:32:43 +02:00
parent 509ea7f3cb
commit da09725c30

View file

@ -16,6 +16,7 @@ in depot.nix.buildLisp.library {
deps = with depot.third_party.lisp; [
(bundled "asdf")
(bundled "sb-rotate-byte")
(bundled "sb-posix")
alexandria
bordeaux-threads
nibbles