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

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