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:
parent
fdee9c5e19
commit
a1d624057c
1 changed files with 0 additions and 1 deletions
1
third_party/lisp/bordeaux-threads.nix
vendored
1
third_party/lisp/bordeaux-threads.nix
vendored
|
@ -14,7 +14,6 @@ in pkgs.nix.buildLisp.library {
|
|||
"pkgdcl.lisp"
|
||||
"bordeaux-threads.lisp"
|
||||
"impl-sbcl.lisp"
|
||||
"condition-variables.lisp"
|
||||
"default-implementations.lisp"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue