forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / desktops / xfce / core / xfwm4 / default.nix
blobabd08f5a6f3d33a888af467ba9117cd2bcb1aee6
1 { lib, mkXfceDerivation, exo, librsvg, dbus-glib, libepoxy, gtk3, libXdamage
2 , libstartup_notification, libxfce4ui, libxfce4util, libwnck
3 , libXpresent, xfconf }:
5 mkXfceDerivation {
6   category = "xfce";
7   pname = "xfwm4";
8   version = "4.18.0";
10   sha256 = "sha256-nTPgxC0XMBJ48lPCeQgCvWWK1/2ZIoQOYsMeaxDpE1c=";
12   nativeBuildInputs = [ exo librsvg ];
14   buildInputs = [
15     dbus-glib
16     libepoxy
17     gtk3
18     libXdamage
19     libstartup_notification
20     libxfce4ui
21     libxfce4util
22     libwnck
23     libXpresent
24     xfconf
25   ];
27   meta = with lib; {
28     description = "Window manager for Xfce";
29     maintainers = with maintainers; [ ] ++ teams.xfce.members;
30   };