chez: unpin LLVM

The bugs no longer reproduce as of the latest release.
This commit is contained in:
Emily 2025-08-09 23:45:43 +01:00
parent 0306ae73d3
commit 8153126f49

View File

@ -1,7 +1,6 @@
{
lib,
stdenv,
llvmPackages_17,
fetchurl,
coreutils,
cctools,
@ -13,13 +12,6 @@
testers,
}@args:
let
# x64 darwin fails with invalid memory reference with clang-18 & 19.
# https://github.com/cisco/ChezScheme/issues/896
# aarch64 darwin fails to execute `system` calls with clang-18 & 19.
# https://github.com/cisco/ChezScheme/issues/928
stdenv = if args.stdenv.hostPlatform.isDarwin then llvmPackages_17.stdenv else args.stdenv;
in
stdenv.mkDerivation (finalAttrs: {
pname = "chez-scheme";
version = "10.2.0";