nixpkgs/pkgs/desktops/kde-5/frameworks-5.21/oxygen-icons5.nix
2016-04-25 19:04:24 -05:00

14 lines
238 B
Nix

{ kdeFramework
, lib
, extra-cmake-modules
}:
kdeFramework {
name = "oxygen-icons5";
nativeBuildInputs = [ extra-cmake-modules ];
meta = {
license = lib.licenses.lgpl3Plus;
maintainers = [ lib.maintainers.ttuegel ];
};
}