nixpkgs/pkgs/desktops/kde-4.5/support/oxygen-icons/default.nix
Yury G. Kudryashov 46c2adbc73 Slightly rewrite kde-package
svn path=/nixpkgs/trunk/; revision=23087
2010-08-10 09:42:57 +00:00

14 lines
362 B
Nix

{kdePackage, cmake}:
kdePackage {
pn = "oxygen-icons";
v = "4.5.0";
sha256 = "11wlrxnral4q5wi46p1di1cff4vr5da35a8dv2xx3ag6lnhqvjqi";
buildInputs = [ cmake ];
meta = {
description = "KDE Oxygen theme icons";
longDescription = "Contains icons for the KDE Oxygen theme, which is the default icon theme since KDE 4.3";
license = "GPL";
};
}