Merge pull request #173740 from sternenseemann/fast-tags-nondeterminism

haskellPackages.fast-tags: apply patch for nondeterministic tests
This commit is contained in:
maralorn
2022-05-20 21:17:34 +02:00
committed by GitHub
3 changed files with 9 additions and 3 deletions
@@ -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
@@ -1403,7 +1403,6 @@ broken-packages:
- fast-nats
- fastpbkdf2
- FastPush
- fast-tags
- FastxPipe
- fathead-util
- fb
-2
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