fix(third_party/lisp/bordeaux-threads): Use native condvars on SBCL

This underlines that I should probably have a thing that imports these
automatically.
This commit is contained in:
Vincent Ambo 2020-01-22 11:47:00 +00:00
parent fdee9c5e19
commit a1d624057c

View file

@ -14,7 +14,6 @@ in pkgs.nix.buildLisp.library {
"pkgdcl.lisp"
"bordeaux-threads.lisp"
"impl-sbcl.lisp"
"condition-variables.lisp"
"default-implementations.lisp"
];
}