summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/plasma-workspace-wallpapers.nix
blob: cb068166c1d927e536f7802883690e08d5fbd99c (plain) (blame)
1
2
3
4
5
6
{ mkDerivation , extra-cmake-modules }:

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