boot-pkgs: Add iserv and friends (#217)

The packages iserv, iserv-proxy, and libiserv are provided by GHC, but are not
available on Hackage and are not installable.
This commit is contained in:
Thomas Tuegel 2019-08-02 08:42:22 -05:00 committed by Moritz Angermann
parent 12bdd62ab0
commit f939efabda

View File

@ -21,6 +21,7 @@ let
# means outside of hackage.
boot-pkgs = [ "rts" "ghc" "ghc-boot-th" "ghc-boot" "ghci"
"ghc-heap" # since ghc 8.6.
"iserv" "libiserv" "iserv-proxy"
];
strip-pkg-def = pkgs: pkg-def: hackage: with pkgs.lib;
mapAttrs (k: v: if k == "packages"