python3Packages.ray: re-add empty set fallback

This commit is contained in:
zowoq
2024-12-24 12:45:45 +10:00
parent 5b563b6c05
commit 2663f02a51
@@ -87,7 +87,7 @@ buildPythonPackage rec {
python = pyShortVersion;
abi = pyShortVersion;
platform = "manylinux2014_x86_64";
hash = binary-hashes.${pyShortVersion};
hash = binary-hashes.${pyShortVersion} or { };
};
nativeBuildInputs = [