1 { lib, stdenv, fetchFromGitHub, libxcb, libXrandr
2 , xcbutil, xcbutilkeysyms, xcbutilwm, xcbproto
5 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
13 sha256 = "1m4vly7w2f28lrj26rhh3x9xsp3d97m5cxj91fafgh5rds4ygyhp";
16 buildInputs = [ libxcb libXrandr xcbutil xcbutilkeysyms xcbutilwm xcbproto];
18 makeFlags = [ "PREFIX=$(out)" ];
21 description = "A stacking window manager that cooks windows with orders from the Waitron";
22 homepage = "https://github.com/tudurom/windowchef";
23 maintainers = with maintainers; [ bhougland ];
24 license = licenses.isc;
25 platforms = platforms.linux;