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