forked from mirrors/nixpkgs
haskellPackages.integer-root: don't check
The test-suite depends on smallcheck 1.1 but we package 1.2 This is fixed in the upstream repository but the fix hasn't been released yet
This commit is contained in:
parent
5d2288ea46
commit
0e31884bef
|
@ -327,6 +327,7 @@ self: super: {
|
||||||
http-link-header = dontCheck super.http-link-header; # non deterministic failure https://hydra.nixos.org/build/75041105
|
http-link-header = dontCheck super.http-link-header; # non deterministic failure https://hydra.nixos.org/build/75041105
|
||||||
ihaskell = dontCheck super.ihaskell;
|
ihaskell = dontCheck super.ihaskell;
|
||||||
influxdb = dontCheck super.influxdb;
|
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;
|
itanium-abi = dontCheck super.itanium-abi;
|
||||||
katt = dontCheck super.katt;
|
katt = dontCheck super.katt;
|
||||||
language-nix = if (pkgs.stdenv.hostPlatform.isAarch64 || pkgs.stdenv.hostPlatform.isi686) then dontCheck super.language-nix else super.language-nix; # aarch64: https://ghc.haskell.org/trac/ghc/ticket/15275
|
language-nix = if (pkgs.stdenv.hostPlatform.isAarch64 || pkgs.stdenv.hostPlatform.isi686) then dontCheck super.language-nix else super.language-nix; # aarch64: https://ghc.haskell.org/trac/ghc/ticket/15275
|
||||||
|
|
|
@ -6980,7 +6980,6 @@ broken-packages:
|
||||||
- int-multimap
|
- int-multimap
|
||||||
- intcode
|
- intcode
|
||||||
- integer-pure
|
- integer-pure
|
||||||
- integer-roots
|
|
||||||
- integreat
|
- integreat
|
||||||
- intel-aes
|
- intel-aes
|
||||||
- intensional-datatys
|
- intensional-datatys
|
||||||
|
|
Loading…
Reference in a new issue