python314Packages.ray: fix the eval (#473427)
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user