python3Packages.ray: re-add empty set fallback (#367782)

This commit is contained in:
Gaétan Lepage
2024-12-24 04:01:42 +01:00
committed by GitHub

View File

@@ -87,7 +87,7 @@ buildPythonPackage rec {
python = pyShortVersion;
abi = pyShortVersion;
platform = "manylinux2014_x86_64";
hash = binary-hashes.${pyShortVersion};
hash = binary-hashes.${pyShortVersion} or { };
};
nativeBuildInputs = [