nixpkgs/pkgs/desktops/kde-4.6/oxygen-icons/default.nix
Yury G. Kudryashov ab49679292 KDE-4.6.0 (not ready yet!!)
Mostly automatic changes. Will fix evaluation/compilation later.

svn path=/nixpkgs/trunk/; revision=25933
2011-02-13 04:36:41 +00:00

16 lines
417 B
Nix

{kde, cmake}:
kde.package {
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "1qqdmg4q145gac23b0kyarslfwnlkngcxm6x37b03vr1srccycmx";
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";
kde.module = "oxygen-icons";
};
}