hnswlib: replace nativeBuildInputs with nativeCheckInputs

This commit is contained in:
natsukium 2023-12-21 14:24:00 +09:00
parent 184c4a6b30
commit ab7e23b056
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
# this is a header-only library, so we don't need to build it
# we need `cmake` only to run tests
nativeBuildInputs = lib.optionals finalAttrs.finalPackage.doCheck [
nativeCheckInputs = [
cmake
python
];