1 2 3 4 5 6
{ mkDerivation, extra-cmake-modules }: mkDerivation { pname = "plasma-workspace-wallpapers"; nativeBuildInputs = [ extra-cmake-modules ]; }