12 stdenv.mkDerivation rec {
17 url = "http://www.6809.org.uk/evilwm/evilwm-${version}.tar.gz";
18 sha256 = "sha256-1ZRbILEskdskEvrA29o/ucPsjeu44bEJg4mSsrG75dQ=";
30 substituteInPlace ./Makefile \
32 --replace "CC = gcc" "#CC = gcc"
35 # Allow users set their own list of patches
39 homepage = "http://www.6809.org.uk/evilwm/";
40 description = "Minimalist window manager for the X Window System";
43 fullName = "Custom, inherited from aewm and 9wm";
44 url = "http://www.6809.org.uk/evilwm/";
46 }; # like BSD/MIT, but Share-Alike'y; See README.
47 maintainers = with maintainers; [ amiloradovsky ];
48 platforms = platforms.all;
49 mainProgram = "evilwm";