summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/plasma-workspace-wallpapers.nix
blob: 8af9caaa579592222a7507bc6f52ced119b7c6b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ plasmaPackage
, extra-cmake-modules
}:

plasmaPackage {
  name = "plasma-workspace-wallpapers";
  outputs = [ "out" ];
  nativeBuildInputs = [
    extra-cmake-modules
  ];
}