mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #111581 from helsinki-systems/revert-111451-xmonad
Revert "nixos/xmonad: add haskellPackages type"
This commit is contained in:
commit
31da4478f5
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ in {
|
|||
haskellPackages = mkOption {
|
||||
default = pkgs.haskellPackages;
|
||||
defaultText = "pkgs.haskellPackages";
|
||||
type = types.package;
|
||||
example = literalExample "pkgs.haskell.packages.ghc784";
|
||||
description = ''
|
||||
haskellPackages used to build Xmonad and other packages.
|
||||
|
|
Loading…
Reference in a new issue