0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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

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 = [