From 9b9020502685535a0ea87a7a9ecb14828eb6f8a1 Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Sun, 2 Nov 2025 09:27:23 -0500 Subject: [PATCH] Revert "sbcl: remove broken run-program test" Fixed in be092d0c7b2c334835ae8eb02f5008260efea68f. This reverts commit 79e66e6c100435b5e5a8107d7665b49d84b182b0. --- pkgs/development/compilers/sbcl/default.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/pkgs/development/compilers/sbcl/default.nix b/pkgs/development/compilers/sbcl/default.nix index ddb5dc2d07e2..bee53af0ccc4 100644 --- a/pkgs/development/compilers/sbcl/default.nix +++ b/pkgs/development/compilers/sbcl/default.nix @@ -158,22 +158,6 @@ stdenv.mkDerivation (finalAttrs: { "threads.pure.lisp" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ - # This test has a gotcha on Darwin which originally showed up in - # 57b36ea5c83a1841b174ec6cd5e423439fe9d7a0, and later again around Oct - # 2025 in staging. The test wants a clean environment (using - # run-program, akin to fork & execve), but darwin keeps injecting this - # envvar: - # - # __CF_USER_TEXT_ENCODING=0x15F:0:0 - # - # It’s not clear to maintainers where the problem lies exactly, but - # removing the test at least fixes the build and unblocks others. - # - # see: - # - https://github.com/NixOS/nixpkgs/pull/359214 - # - https://github.com/NixOS/nixpkgs/pull/453099 - "run-program.test.sh" - # Fails in sandbox "sb-posix.impure.lisp" ];