Skip to content

Commit 2663f02

Browse files
committed
python3Packages.ray: re-add empty set fallback
1 parent 5b563b6 commit 2663f02

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)