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