We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a4b89a + 2663f02 commit e2db3dfCopy full SHA for e2db3df
pkgs/development/python-modules/ray/default.nix
@@ -87,7 +87,7 @@ buildPythonPackage rec {
87
python = pyShortVersion;
88
abi = pyShortVersion;
89
platform = "manylinux2014_x86_64";
90
- hash = binary-hashes.${pyShortVersion};
+ hash = binary-hashes.${pyShortVersion} or { };
91
};
92
93
nativeBuildInputs = [
0 commit comments