1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/pkgs/desktops/plasma-5.5/plasma-workspace-wallpapers.nix

11 lines
153 B
Nix
Raw Normal View History

2015-11-22 15:31:42 +00:00
{ plasmaPackage
, extra-cmake-modules
}:
plasmaPackage {
name = "plasma-workspace-wallpapers";
nativeBuildInputs = [
extra-cmake-modules
];
}