python3Packages.ray: re-add empty set fallback (#367782)
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user