nixpkgs/pkgs/desktops/kde-4.14/kdeartwork/IconThemes.nix
2014-09-24 23:48:38 +02:00

14 lines
240 B
Nix

{ kde, kdelibs }:
kde {
name = "kdeartwork-icon-themes";
# Sources contain primary and kdeclassic as well but they're not installed
buildInputs = [ kdelibs ];
meta = {
description = "KDE nuvola and mono icon themes";
};
}