mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 15:23:26 +00:00
faiss, python312Packages.faiss: remove useless wheel from build-system
This commit is contained in:
parent
6b18531416
commit
44d92674c6
@ -63,7 +63,6 @@ stdenv.mkDerivation {
|
||||
pythonPackages.python
|
||||
pythonPackages.setuptools
|
||||
pythonPackages.pip
|
||||
pythonPackages.wheel
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
|
@ -7,7 +7,6 @@
|
||||
packaging,
|
||||
setuptools,
|
||||
pip,
|
||||
wheel,
|
||||
}:
|
||||
|
||||
buildPythonPackage {
|
||||
@ -24,7 +23,6 @@ buildPythonPackage {
|
||||
build-system = [
|
||||
setuptools
|
||||
pip
|
||||
wheel
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
|
Loading…
Reference in New Issue
Block a user