diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-22T11·47+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-01-22T11·47+0000 |
commit | a1d624057cf7e184aca3c19c83b3f2815c1883b8 (patch) | |
tree | 0883106403b0bde0ceaa9ded6b99349a01fb3ac6 /third_party/lisp | |
parent | fdee9c5e19c2998770fcc698c93793c1246c82dc (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/lisp')
-rw-r--r-- | third_party/lisp/bordeaux-threads.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/lisp/bordeaux-threads.nix b/third_party/lisp/bordeaux-threads.nix index f1e458f4dc68..7ced6bf134b6 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" ]; } |