forked from mirrors/nixpkgs
Merge pull request #182238 from lf-/fix-fast-tags
haskellPackages.fast-tags: unbreak
This commit is contained in:
commit
f4df514e2e
|
@ -2553,15 +2553,6 @@ self: super: {
|
||||||
})
|
})
|
||||||
super.polynomial);
|
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;
|
|
||||||
|
|
||||||
# lucid-htmx has restrictive upper bounds on lucid and servant:
|
# lucid-htmx has restrictive upper bounds on lucid and servant:
|
||||||
#
|
#
|
||||||
# Setup: Encountered missing or private dependencies:
|
# Setup: Encountered missing or private dependencies:
|
||||||
|
|
|
@ -1424,7 +1424,6 @@ broken-packages:
|
||||||
- fast-nats
|
- fast-nats
|
||||||
- fastpbkdf2
|
- fastpbkdf2
|
||||||
- FastPush
|
- FastPush
|
||||||
- fast-tags
|
|
||||||
- FastxPipe
|
- FastxPipe
|
||||||
- fathead-util
|
- fathead-util
|
||||||
- fb
|
- fb
|
||||||
|
|
|
@ -95044,9 +95044,7 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Fast incremental vi and emacs tags";
|
description = "Fast incremental vi and emacs tags";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
mainProgram = "fast-tags";
|
mainProgram = "fast-tags";
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"fast-tagsoup" = callPackage
|
"fast-tagsoup" = callPackage
|
||||||
|
|
Loading…
Reference in a new issue