Unverified Commit f9e2a33e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

xlife: mark broken on darwin (#442091)

parents 39f98adf 801d030d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}