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 19:01:22 +03:00
mkDerivation {
2022-03-07 00:28:56 +03:00
pname = "plasma-workspace-wallpapers";
2017-05-26 23:44:36 +03:00
nativeBuildInputs = [ extra-cmake-modules ];
2016-04-21 19:01:22 +03:00
}