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

12 lines
176 B
Nix
Raw Normal View History

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