nixpkgs/pkgs/desktops/kde-4.7/artwork/nuvola-icon-theme.nix
Eelco Dolstra aee4ccdee0 * Updated kdeartwork.
svn path=/nixpkgs/branches/kde-4.7/; revision=28005
2011-07-29 16:09:55 +00:00

18 lines
387 B
Nix

{ cmake, kde, qt4, automoc4, kdelibs, phonon }:
kde.package rec {
name = "nuvola-icon-theme-${kde.release}";
# Sources contain primary and kdeclassic as well but they're not installed
buildInputs = [ cmake qt4 automoc4 kdelibs phonon ];
meta = {
description = "KDE nuvola icon theme";
kde = {
name = "IconThemes";
module = "kdeartwork";
};
};
}