3
0
Fork 0
forked from mirrors/nixpkgs

nixos: drop unused 'haskellPackages' option from ihaskell service

Closes https://github.com/NixOS/nixpkgs/issues/19039.
This commit is contained in:
Peter Simons 2017-01-31 22:37:18 +01:00
parent 887590e1d2
commit 10349e72b9

View file

@ -20,18 +20,6 @@ in
description = "Autostart an IHaskell notebook service.";
};
haskellPackages = mkOption {
default = pkgs.haskellPackages;
defaultText = "pkgs.haskellPackages";
example = literalExample "pkgs.haskell.packages.ghc784";
description = ''
haskellPackages used to build IHaskell and other packages.
This can be used to change the GHC version used to build
IHaskell and the packages listed in
<varname>extraPackages</varname>.
'';
};
extraPackages = mkOption {
default = self: [];
example = literalExample ''