diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 80047f0ca1e..e948d1833b8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -44,6 +44,9 @@ self: super: { c2hs = pkgs.lib.overrideDerivation (dontCheck super.c2hs) (drv: { hardening_format = false; }); + epanet-haskell = pkgs.lib.overrideDerivation super.epanet-haskell (drv: { + hardening_format = false; + }); # The package doesn't compile with ruby 1.9, which is our default at the moment. hruby = super.hruby.override { ruby = pkgs.ruby_2_1; };