haskellPackages.fast-tags: unbreak
The patch we were holding got merged, and instead of the patch being removed, the package was marked broken. So I deleted the patch and unbroke.
This commit is contained in:
parent
6d626b5e11
commit
5fbeebb56b
@ -2553,15 +2553,6 @@ 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;
|
||||
|
||||
# lucid-htmx has restrictive upper bounds on lucid and servant:
|
||||
#
|
||||
# Setup: Encountered missing or private dependencies:
|
||||
|
@ -1424,7 +1424,6 @@ broken-packages:
|
||||
- fast-nats
|
||||
- fastpbkdf2
|
||||
- FastPush
|
||||
- fast-tags
|
||||
- FastxPipe
|
||||
- fathead-util
|
||||
- fb
|
||||
|
@ -95044,9 +95044,7 @@ self: {
|
||||
];
|
||||
description = "Fast incremental vi and emacs tags";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "fast-tags";
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"fast-tagsoup" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user