python314Packages.ray: fix the eval (#473427)

This commit is contained in:
Gaétan Lepage
2025-12-22 23:42:07 +00:00
committed by GitHub
@@ -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 [