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