splice.nix: improve performance with early cut-off
[NixPkgs.git] / pkgs / desktops / xfce / core / libxfce4util / default.nix
blob02a4b98309a32bbefa005521a0de10b781f5933b
1 { lib, mkXfceDerivation, gobject-introspection, vala }:
3 mkXfceDerivation {
4   category = "xfce";
5   pname = "libxfce4util";
6   version = "4.18.2";
8   sha256 = "sha256-JQ6biE1gxtB6+LWxRGfbUhgJhhITGhLr+8BxFW4/8SU=";
10   nativeBuildInputs = [ gobject-introspection vala ];
12   meta = with lib; {
13     description = "Extension library for Xfce";
14     mainProgram = "xfce4-kiosk-query";
15     license = licenses.lgpl2Plus;
16     maintainers = with maintainers; [ ] ++ teams.xfce.members;
17   };