From a1d624057cf7e184aca3c19c83b3f2815c1883b8 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 22 Jan 2020 11:47:00 +0000 Subject: fix(third_party/lisp/bordeaux-threads): Use native condvars on SBCL This underlines that I should probably have a thing that imports these automatically. --- third_party/lisp/bordeaux-threads.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/third_party/lisp/bordeaux-threads.nix b/third_party/lisp/bordeaux-threads.nix index f1e458f4dc..7ced6bf134 100644 --- a/third_party/lisp/bordeaux-threads.nix +++ b/third_party/lisp/bordeaux-threads.nix @@ -14,7 +14,6 @@ in pkgs.nix.buildLisp.library { "pkgdcl.lisp" "bordeaux-threads.lisp" "impl-sbcl.lisp" - "condition-variables.lisp" "default-implementations.lisp" ]; } -- cgit 1.4.1