nixpkgs/pkgs/desktops/kde-5/frameworks-5.21/oxygen-icons5.nix

14 lines
238 B
Nix
Raw Normal View History

2016-04-21 16:32:21 +01:00
{ kdeFramework
, lib
, extra-cmake-modules
}:
kdeFramework {
name = "oxygen-icons5";
meta = {
license = lib.licenses.lgpl3Plus;
maintainers = [ lib.maintainers.ttuegel ];
};
nativeBuildInputs = [ extra-cmake-modules ];
2016-04-21 16:32:21 +01:00
}