mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
sbcl: add iolib and stumpwm to passthru.tests
This commit is contained in:
parent
b70af925f2
commit
d15b45bb33
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue