nixpkgs/pkgs/desktops/kde-4.7/artwork/high-resolution-wallpapers.nix

15 lines
319 B
Nix
Raw Normal View History

{ 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";
};
};
}