mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 22:51:21 +00:00
sbcl: add iolib and stumpwm to passthru.tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user