nixpkgs/pkgs/desktops/kde-4.7/oxygen-icons.nix
Yury G. Kudryashov bc0b96370f KDE-4.7.2 mass update
Regenerate manifests+update oxygen-icons hash; kde-wallpapers hash remains the
same.

svn path=/nixpkgs/trunk/; revision=29717
2011-10-08 11:59:24 +00:00

16 lines
340 B
Nix

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