xlife: mark broken on darwin (#442091)

This commit is contained in:
Aleksana
2025-09-13 14:43:21 +08:00
committed by GitHub
+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;
};
}