nixpkgs/pkgs/development/libraries/kde-frameworks/oxygen-icons5.nix

15 lines
261 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 ];
};
2016-04-30 20:46:31 +01:00
outputs = [ "out" ];
nativeBuildInputs = [ extra-cmake-modules ];
2016-04-21 16:32:21 +01:00
}