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

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

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