nixpkgs/pkgs/desktops/kde-4.5/support/oxygen-icons/default.nix
Eelco Dolstra e87f7fdf1b * Doh.
svn path=/nixpkgs/trunk/; revision=25767
2011-02-02 16:44:50 +00:00

16 lines
427 B
Nix

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