mirror of
https://github.com/ilyakooo0/haskell.nix.git
synced 2024-11-12 21:48:17 +03:00
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:
parent
12bdd62ab0
commit
f939efabda
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user