about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-22T11·47+0000
committerVincent Ambo <tazjin@google.com>2020-01-22T11·47+0000
commita1d624057cf7e184aca3c19c83b3f2815c1883b8 (patch)
tree0883106403b0bde0ceaa9ded6b99349a01fb3ac6 /third_party
parentfdee9c5e19c2998770fcc698c93793c1246c82dc (diff)
fix(third_party/lisp/bordeaux-threads): Use native condvars on SBCL r/444
This underlines that I should probably have a thing that imports these
automatically.
Diffstat (limited to 'third_party')
-rw-r--r--third_party/lisp/bordeaux-threads.nix1
1 files changed, 0 insertions, 1 deletions
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"
   ];
 }