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:
parent
5b563b6c05
commit
2663f02a51
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ buildPythonPackage rec {
|
|||
python = pyShortVersion;
|
||||
abi = pyShortVersion;
|
||||
platform = "manylinux2014_x86_64";
|
||||
hash = binary-hashes.${pyShortVersion};
|
||||
hash = binary-hashes.${pyShortVersion} or { };
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue