1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/desktops/plasma-5/plasma-workspace-wallpapers.nix
2017-06-18 08:44:45 -05:00

7 lines
145 B
Nix

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