Merge pull request #126139 from NixOS/backport-124776-to-release-21.05
This commit is contained in:
commit
9582db8df4
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||||||
tags.
|
tags.
|
||||||
'';
|
'';
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ viric ];
|
maintainers = with maintainers; [ viric neonfuz ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23126,7 +23126,11 @@ in
|
|||||||
|
|
||||||
dwl = callPackage ../applications/window-managers/dwl { };
|
dwl = callPackage ../applications/window-managers/dwl { };
|
||||||
|
|
||||||
dwm = callPackage ../applications/window-managers/dwm { };
|
dwm = callPackage ../applications/window-managers/dwm {
|
||||||
|
# dwm is configured entirely through source modification. Allow users to
|
||||||
|
# specify patches through nixpkgs.config.dwm.patches
|
||||||
|
patches = config.dwm.patches or [];
|
||||||
|
};
|
||||||
|
|
||||||
dwmblocks = callPackage ../applications/misc/dwmblocks { };
|
dwmblocks = callPackage ../applications/misc/dwmblocks { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user