22 , enableGestures ? false
25 stdenv.mkDerivation rec {
29 src = fetchFromGitHub {
33 hash = "sha256-KcuX8las1n8UUE/BOHj7WOeZjva5hxgpFHtATMUk3bg=";
39 python3Packages.wrapPython
56 python3Packages.python
58 ] ++ lib.optional enableGestures libstroke;
73 enableParallelBuilding = true;
76 homepage = "http://fvwm.org";
77 changelog = "https://github.com/fvwmorg/fvwm/releases/tag/${src.rev}";
78 description = "Multiple large virtual desktop window manager";
79 license = licenses.gpl2Plus;
80 platforms = platforms.linux;
81 maintainers = with maintainers; [ edanaher ];