14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 sha256 = "1xwib612ahv4rg9yl5injck89dlpyp5475xqgag0ydfd0r4sfld7";
25 # Allow users set their own list of patches
37 installPhase = "make install DESTDIR=$out PREFIX=\"\"";
40 homepage = "https://github.com/venam/2bwm";
41 description = "Fast floating WM written over the XCB library and derived from mcwm";
42 license = licenses.mit;
43 maintainers = [ maintainers.sternenseemann ];
44 platforms = platforms.unix;