mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
xmonad-with-packages: use 'inherit'
This commit is contained in:
parent
7a3780a675
commit
98a32ad124
1 changed files with 1 additions and 1 deletions
|
@ -12384,7 +12384,7 @@ let
|
|||
xkblayout-state = callPackage ../applications/misc/xkblayout-state { };
|
||||
|
||||
xmonad-with-packages = callPackage ../applications/window-managers/xmonad/wrapper.nix {
|
||||
ghcWithPackages = haskellngPackages.ghcWithPackages;
|
||||
inherit (haskellngPackages) ghcWithPackages;
|
||||
packages = self: [];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue