Commit 2663f02a authored by zowoq's avatar zowoq
Browse files

python3Packages.ray: re-add empty set fallback

parent 5b563b6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ buildPythonPackage rec {
      python = pyShortVersion;
      abi = pyShortVersion;
      platform = "manylinux2014_x86_64";
      hash = binary-hashes.${pyShortVersion};
      hash = binary-hashes.${pyShortVersion} or { };
    };

  nativeBuildInputs = [