nixpkgs/pkgs/desktops/plasma-5/plasma-workspace-wallpapers.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
145 B
Nix
Raw Normal View History

{ mkDerivation, extra-cmake-modules }:
2016-04-21 16:01:22 +00:00
mkDerivation {
2022-03-06 21:28:56 +00:00
pname = "plasma-workspace-wallpapers";
2017-05-26 20:44:36 +00:00
nativeBuildInputs = [ extra-cmake-modules ];
2016-04-21 16:01:22 +00:00
}