nixpkgs/pkgs/desktops/kde-4.7/support/oxygen-icons/default.nix
Eelco Dolstra e482393ad1 * Add kde-runtime. It requires a newer Phonon than provided by Qt, so
add that as well.  Maybe we should build Qt without Phonon to remove
  potential interference...

svn path=/nixpkgs/branches/kde-4.7/; revision=27810
2011-07-17 14:10:41 +00:00

17 lines
375 B
Nix

{ kde, cmake }:
kde.package {
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "4736af7eef8c0defa8f5ae997ac85e0a19c4d1af9a9e963b2434317c5408ab86";
buildInputs = [ cmake ];
meta = {
description = "KDE Oxygen theme icons";
longDescription = "Icons for KDE's default theme";
license = "GPL";
kde.name = "oxygen-icons";
};
}