sbcl: add iolib and stumpwm to passthru.tests

This commit is contained in:
Hraban 2026-07-04 15:46:19 -04:00
commit d15b45bb33

View file

@ -7,7 +7,9 @@
coreutils,
fetchurl,
ps,
sbclPackages, # for passthru.tests
strace,
stumpwm, # for passthru.tests
texinfo,
which,
writableTmpDirAsHomeHook,
@ -308,6 +310,11 @@ stdenv.mkDerivation (finalAttrs: {
__darwinAllowLocalNetworking = true;
passthru.tests = {
inherit stumpwm;
inherit (sbclPackages) iolib;
};
meta = {
# Broken since 2025-09-05 https://hydra.nixos.org/job/nixpkgs/staging-next/sbcl.x86_64-darwin
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64;