Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

faiss: fix pythonImportsCheck usage in comment

+1 -1
+1 -1
pkgs/development/libraries/science/math/faiss/default.nix
··· 131 131 ''; 132 132 133 133 # Need buildPythonPackage for this one 134 - # pythonCheckImports = [ 134 + # pythonImportsCheck = [ 135 135 # "faiss" 136 136 # ]; 137 137