ihaskell: unbreak

Use upstream release.nix as an inspiration for the correct overrides to
fix RPATH issues and make tests run again.
This commit is contained in:
sternenseemann
2021-05-04 13:27:41 +02:00
parent 96f573300f
commit 990d12641e
4 changed files with 15 additions and 40 deletions
@@ -291,7 +291,6 @@ self: super: {
htsn = dontCheck super.htsn;
htsn-import = dontCheck super.htsn-import;
http-link-header = dontCheck super.http-link-header; # non deterministic failure https://hydra.nixos.org/build/75041105
ihaskell = dontCheck super.ihaskell;
influxdb = dontCheck super.influxdb;
integer-roots = dontCheck super.integer-roots; # requires an old version of smallcheck, will be fixed in > 1.0
itanium-abi = dontCheck super.itanium-abi;