1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/desktops/plasma-5/plasma-workspace-wallpapers.nix

12 lines
176 B
Nix
Raw Normal View History

2016-04-21 12:01:22 -04:00
{ plasmaPackage
, extra-cmake-modules
2016-04-21 12:01:22 -04:00
}:
plasmaPackage {
name = "plasma-workspace-wallpapers";
2016-07-17 16:42:41 -04:00
outputs = [ "out" ];
2016-04-21 12:01:22 -04:00
nativeBuildInputs = [
extra-cmake-modules
2016-04-21 12:01:22 -04:00
];
}