nixpkgs/pkgs/desktops/xfce4-13/libxfce4util/default.nix
Yegor Timoshenko 21159d8f17
xfce4-13: init
2017-12-21 14:40:42 +00:00

17 lines
364 B
Nix

{ lib, mkXfceDerivation, gobjectIntrospection }:
mkXfceDerivation rec {
category = "xfce";
pname = "libxfce4util";
version = "4.13.1";
sha256 = "001ls90an2pi9l04g3r6syfa4lhyvjymp0r9djxrkc2q493mcv3d";
buildInputs = [ gobjectIntrospection ];
meta = with lib; {
description = "Extension library for Xfce";
license = licenses.lgpl2Plus;
};
}