haskellPackages.HTF: Fix testsuite and mark unbroken in configuration.

wip/yesman
Shea Levy 3 years ago
parent a170bff89a
commit 55f5842f1b
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27
  1. 5
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix.yaml

@ -284,7 +284,10 @@ self: super: {
hsbencher = dontCheck super.hsbencher;
hsexif = dontCheck super.hsexif;
hspec-server = dontCheck super.hspec-server;
HTF = dontCheck super.HTF;
HTF = overrideCabal super.HTF (orig: {
# The scripts in scripts/ are needed to build the test suite.
preBuild = "patchShebangs --build scripts";
});
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

@ -6962,7 +6962,6 @@ broken-packages:
- htdp-image
- hTensor
- htestu
- HTF
- HTicTacToe
- htiled
- htlset

Loading…
Cancel
Save