nixpkgs/pkgs/desktops/kde-4.7/oxygen-icons.nix
Yury G. Kudryashov 8abd44f249 Big kde-4.7.0 update
* Remove a lot of code duplication.
* Package almost all (except for smoke-based bindings).

svn path=/nixpkgs/trunk/; revision=28597
2011-08-15 18:06:26 +00:00

16 lines
340 B
Nix

{ kde, cmake }:
kde {
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "7d7f352f574f5747f16ac517cbe19d0b011adb74e7a0b791705afb3addac1e96";
buildNativeInputs = [ cmake ];
meta = {
description = "KDE Oxygen theme icons";
longDescription = "Icons for KDE's default theme";
license = "GPL";
};
}