1 { lib, stdenv, fetchsvn, xorg }:
8 url = "https://svn.code.sf.net/p/xlife-cal/xlife/trunk";
10 sha256 = "1gadlcp32s179kd7ypxr8cymd6s060p6z4c2vnx94i8bmiw3nn8h";
13 nativeBuildInputs = with xorg; [ imake gccmakedep ];
14 buildInputs = [ xorg.libX11 ];
16 hardeningDisable = [ "format" ];
18 install -Dm755 xlife -t $out/bin
19 install -Dm755 lifeconv -t $out/bin
23 homepage = "http://litwr2.atspace.eu/xlife.php";
24 description = "Conway's Game of Life and other cellular automata, for X";
25 license = licenses.hpndSellVariant;
26 maintainers = with maintainers; [ djanatyn ];