Loading pkgs/development/python-modules/ray/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,9 @@ buildPythonPackage rec { python = pyShortVersion; abi = pyShortVersion; platform = platforms.${stdenv.hostPlatform.system} or { }; sha256 = hashes.${stdenv.hostPlatform.system}.${pyShortVersion} or { }; sha256 = hashes.${stdenv.hostPlatform.system}.${pyShortVersion} or (throw "No hash specified for '${stdenv.hostPlatform.system}.${pyShortVersion}'"); }; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ Loading Loading
pkgs/development/python-modules/ray/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,9 @@ buildPythonPackage rec { python = pyShortVersion; abi = pyShortVersion; platform = platforms.${stdenv.hostPlatform.system} or { }; sha256 = hashes.${stdenv.hostPlatform.system}.${pyShortVersion} or { }; sha256 = hashes.${stdenv.hostPlatform.system}.${pyShortVersion} or (throw "No hash specified for '${stdenv.hostPlatform.system}.${pyShortVersion}'"); }; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ Loading