Skip to content

Commit e2db3df

Browse files
authored
python3Packages.ray: re-add empty set fallback (#367782)
2 parents 0a4b89a + 2663f02 commit e2db3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/ray/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ buildPythonPackage rec {
8787
python = pyShortVersion;
8888
abi = pyShortVersion;
8989
platform = "manylinux2014_x86_64";
90-
hash = binary-hashes.${pyShortVersion};
90+
hash = binary-hashes.${pyShortVersion} or { };
9191
};
9292

9393
nativeBuildInputs = [

0 commit comments

Comments
 (0)