mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python3Packages.ray: re-add empty set fallback
This commit is contained in:
parent
5b563b6c05
commit
2663f02a51
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ buildPythonPackage rec {
|
||||||
python = pyShortVersion;
|
python = pyShortVersion;
|
||||||
abi = pyShortVersion;
|
abi = pyShortVersion;
|
||||||
platform = "manylinux2014_x86_64";
|
platform = "manylinux2014_x86_64";
|
||||||
hash = binary-hashes.${pyShortVersion};
|
hash = binary-hashes.${pyShortVersion} or { };
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue