about summary refs log tree commit diff
path: root/third_party/lisp/ironclad.nix
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-08-15T12·32+0200
committersterni <sternenseemann@systemli.org>2021-08-15T15·06+0000
commitda09725c30c0085a33cd71e06c5333ad39d6c528 (patch)
tree24dab661d8bff211b27ab3985bb947954219f049 /third_party/lisp/ironclad.nix
parent509ea7f3cb0d29a9348b2d552445f9ee501de851 (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 '')
-rw-r--r--third_party/lisp/ironclad.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/lisp/ironclad.nix b/third_party/lisp/ironclad.nix
index 9bdf87114a..fa860d4d0a 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