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:
parent
509ea7f3cb
commit
da09725c30
1 changed files with 1 additions and 0 deletions
1
third_party/lisp/ironclad.nix
vendored
1
third_party/lisp/ironclad.nix
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue