about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/artwork/high-resolution-wallpapers.nix
blob: ad6353d1b02612610d5021ce6e97d960b081da14 (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.1";
    };
  };
}