26 stdenv.mkDerivation (finalAttrs: {
27 pname = "windowmaker";
30 src = fetchFromRepoOrCz {
32 rev = "wmaker-${finalAttrs.version}";
33 hash = "sha256-6DS5KztCNWPQL6/qJ5vlkOup2ourxSNf6LLTFYpPWi8=";
68 dockapps = callPackage ./dockapps { };
72 homepage = "http://windowmaker.org/";
73 description = "NeXTSTEP-like window manager";
75 Window Maker is an X11 window manager originally designed to provide
76 integration support for the GNUstep Desktop Environment. In every way
77 possible, it reproduces the elegant look and feel of the NEXTSTEP user
78 interface. It is fast, feature rich, easy to configure, and easy to
79 use. It is also free software, with contributions being made by
80 programmers from around the world.
82 changelog = "https://www.windowmaker.org/news/";
83 license = lib.licenses.gpl2Plus;
84 mainProgram = "wmaker";
85 maintainers = [ lib.maintainers.AndersonTorres ];
86 platforms = lib.platforms.linux;