nixpkgs/pkgs/desktops/kde-4.5/support/oxygen-icons/default.nix
Eelco Dolstra 88b1fb3554 * Fix oxygen-icons' outputHash. (OMG is the oxygen-icons tarball
really 278 MB?)

svn path=/nixpkgs/trunk/; revision=25766
2011-02-02 16:41:37 +00:00

16 lines
427 B
Nix

{kde, cmake}:
kde.package {
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "01139b1dba3780b78f487d8c08bb1dde30ad984d37fbbd661477d96f892dc6c2";
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";
};
}