summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/artwork/high-resolution-wallpapers.nix
blob: e8ab8037ff820e24b69e0c0469a78227f6349bfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ cmake, kde, automoc4, kdelibs }:

kde.package rec {
  name = "kde-wallpapers-high-resolution-${meta.kde.version}";

  buildInputs = [ cmake automoc4 kdelibs ];
  meta = {
    description = "KDE wallpapers in high resolution";
    kde = {
      name = "HighResolutionWallpapers";
      module = "kdeartwork";
      version = "4.5.2";
    };
  };
}