forked from mirrors/nixpkgs
xmonad-with-packages: use 'inherit'
This commit is contained in:
parent
7a3780a675
commit
98a32ad124
|
@ -12384,7 +12384,7 @@ let
|
||||||
xkblayout-state = callPackage ../applications/misc/xkblayout-state { };
|
xkblayout-state = callPackage ../applications/misc/xkblayout-state { };
|
||||||
|
|
||||||
xmonad-with-packages = callPackage ../applications/window-managers/xmonad/wrapper.nix {
|
xmonad-with-packages = callPackage ../applications/window-managers/xmonad/wrapper.nix {
|
||||||
ghcWithPackages = haskellngPackages.ghcWithPackages;
|
inherit (haskellngPackages) ghcWithPackages;
|
||||||
packages = self: [];
|
packages = self: [];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue