nixpkgs/pkgs/desktops/kde-4.5/artwork/nuvola-icon-theme.nix
Yury G. Kudryashov f960334d72 kde-4.5.4, kdepim-4.4.8: evaluates
svn path=/nixpkgs/trunk/; revision=25113
2010-12-14 10:21:17 +00:00

17 lines
385 B
Nix

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