Skip to content

Commit d2713c2

Browse files
committed
Simplify iserv-proxy project
1 parent af5154e commit d2713c2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

overlays/haskell.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,15 +1053,11 @@ final: prev: {
10531053
index-state = final.haskell-nix.internalHackageIndexState;
10541054
modules = [{
10551055
config = {
1056-
reinstallableLibGhc = false;
10571056
# Prevent the iserve-proxy-interpreter from depending on itself
10581057
# by disabling the `--ghc-option` normally passed to `setupBuildFlags`
10591058
# when cross compiling.
10601059
setupBuildFlags = final.lib.mkForce [];
10611060
};
1062-
options.nonReinstallablePkgs = pkgs.lib.mkOption {
1063-
apply = x: x ++ [ "ghci" "exceptions" "stm" "libiserv" ];
1064-
};
10651061
}];
10661062
} // (if __compareVersions final.buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.9" < 0
10671063
then {

0 commit comments

Comments
 (0)