Add avogadro
[NixPkgs.git] / pkgs / desktops / kde-4.7 / artwork / nuvola-icon-theme.nix
blobfd084ebb6927186c43431950db1ce7bec40ca2e8
1 { cmake, kde, qt4, automoc4, kdelibs, phonon }:
3 kde.package rec {
4   name = "nuvola-icon-theme-${kde.release}";
5   
6   # Sources contain primary and kdeclassic as well but they're not installed
8   buildInputs = [ cmake qt4 automoc4 kdelibs phonon ];
9   
10   meta = {
11     description = "KDE nuvola icon theme";
12     kde = {
13       name = "IconThemes";
14       module = "kdeartwork";
15     };
16   };