haskellPackages.fast-tags: apply patch for nondeterministic tests

Resolves #172843.
This commit is contained in:
sternenseemann 2022-05-20 11:28:02 +02:00
parent d39d933474
commit a4ae7b86c9
3 changed files with 9 additions and 3 deletions

View File

@ -2680,4 +2680,13 @@ self: super: {
})
super.polynomial);
fast-tags = appendPatches [
(fetchpatch {
name = "fast-tags-ghc-9.0-fix-test-nondeterminism.patch";
url = "https://github.com/elaforge/fast-tags/commit/af861acc2dd239fedd8b169ddc5e3fa694e7af57.patch";
sha256 = "0ml678q1n29daqnxsb5p94s5lf7a6dk4lqbbgmiayxrbyxnlbi4f";
excludes = [ ".github/**" ];
})
] super.fast-tags;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@ -1403,7 +1403,6 @@ broken-packages:
- fast-nats
- fastpbkdf2
- FastPush
- fast-tags
- FastxPipe
- fathead-util
- fb

View File

@ -93306,8 +93306,6 @@ self: {
];
description = "Fast incremental vi and emacs tags";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"fast-tagsoup" = callPackage