From da09725c30c0085a33cd71e06c5333ad39d6c528 Mon Sep 17 00:00:00 2001 From: sterni Date: Sun, 15 Aug 2021 14:32:43 +0200 Subject: 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 --- third_party/lisp/ironclad.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/lisp/ironclad.nix') 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 -- cgit 1.4.1