nixpkgs/pkgs/development/libraries/kde-frameworks/oxygen-icons5.nix
2016-07-30 09:36:52 -05:00

15 lines
229 B
Nix

{ kdeFramework
, lib
, ecm
}:
kdeFramework {
name = "oxygen-icons5";
meta = {
license = lib.licenses.lgpl3Plus;
maintainers = [ lib.maintainers.ttuegel ];
};
outputs = [ "out" ];
nativeBuildInputs = [ ecm ];
}