nixpkgs/pkgs/desktops/xfce4-13/libxfce4util/default.nix

17 lines
364 B
Nix
Raw Normal View History

2017-12-17 15:02:52 +00:00
{ 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;
};
}