nixpkgs/pkgs/applications/kde-apps-15.08/oxygen-icons.nix
2015-11-02 10:12:49 -06:00

14 lines
197 B
Nix

{ kdeApp
, lib
, cmake
}:
kdeApp {
name = "oxygen-icons";
nativeBuildInputs = [ cmake ];
meta = {
license = lib.licenses.lgpl3Plus;
maintainers = [ lib.maintainers.ttuegel ];
};
}