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 ''; 132 133 # Need buildPythonPackage for this one 134 - # pythonCheckImports = [ 135 # "faiss" 136 # ]; 137
··· 131 ''; 132 133 # Need buildPythonPackage for this one 134 + # pythonImportsCheck = [ 135 # "faiss" 136 # ]; 137