1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00
nixpkgs/pkgs/desktops/plasma-5/plasma-workspace-wallpapers.nix
2017-06-18 08:42:20 -05:00

12 lines
174 B
Nix

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