xlife: mark broken on darwin

https://hydra.nixos.org/job/nixpkgs/trunk/xlife.aarch64-darwin/all
This commit is contained in:
Peder Bergebakken Sundt
2025-09-11 18:51:08 +02:00
parent 14dd339784
commit 801d030d03
+1
View File
@@ -32,5 +32,6 @@ stdenv.mkDerivation {
description = "Conway's Game of Life and other cellular automata, for X";
license = licenses.hpndSellVariant;
maintainers = with maintainers; [ djanatyn ];
broken = stdenv.hostPlatform.isDarwin;
};
}