diff options
author | sterni <sternenseemann@systemli.org> | 2021-08-15T12·32+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2021-08-15T15·06+0000 |
commit | da09725c30c0085a33cd71e06c5333ad39d6c528 (patch) | |
tree | 24dab661d8bff211b27ab3985bb947954219f049 /third_party | |
parent | 509ea7f3cb0d29a9348b2d552445f9ee501de851 (diff) |
fix(3p/lisp/ironclad): add missing dependency on sb-posix r/2739
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>
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/lisp/ironclad.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/lisp/ironclad.nix b/third_party/lisp/ironclad.nix index 9bdf87114ab4..fa860d4d0a06 100644 --- a/third_party/lisp/ironclad.nix +++ b/third_party/lisp/ironclad.nix @@ -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 |