tasty-tap: fix failing build
- tasty-tap's tests were failing. In https://github.com/NixOS/nixpkgs/pull/71017 a patch generated from a PR was applied to fix this. - That PR has now been merged into tasty-tap and was released with version 0.1.0. - tasty-tap is now at version 0.1.0 in nixpkgs and so the patch fails to apply, breaking the build. - Removed the patch and removed tasty-tap from list of broken packages.
This commit is contained in:
parent
bf42ec0297
commit
11bc4ee748
|
@ -1254,13 +1254,6 @@ self: super: {
|
||||||
# https://github.com/bitnomial/prometheus/issues/34
|
# https://github.com/bitnomial/prometheus/issues/34
|
||||||
prometheus = doJailbreak super.prometheus;
|
prometheus = doJailbreak super.prometheus;
|
||||||
|
|
||||||
# Tasty-tap tests are out-of-date with TAP format
|
|
||||||
# https://github.com/MichaelXavier/tasty-tap/issues/2
|
|
||||||
tasty-tap = appendPatch super.tasty-tap (pkgs.fetchpatch {
|
|
||||||
url = https://patch-diff.githubusercontent.com/raw/MichaelXavier/tasty-tap/pull/3.diff;
|
|
||||||
sha256 = "0l8zbc56dy8ilxl3k49aiknmfhgpcg3jhs72lh3dk51d0a09d9sv";
|
|
||||||
});
|
|
||||||
|
|
||||||
# The doctests in universum-1.5.0 are broken. The doctests in versions of universum after
|
# The doctests in universum-1.5.0 are broken. The doctests in versions of universum after
|
||||||
# 1.5.0 should be fixed, so this should be able to be removed.
|
# 1.5.0 should be fixed, so this should be able to be removed.
|
||||||
universum = dontCheck super.universum;
|
universum = dontCheck super.universum;
|
||||||
|
|
|
@ -9834,7 +9834,6 @@ broken-packages:
|
||||||
- tasty-laws
|
- tasty-laws
|
||||||
- tasty-lens
|
- tasty-lens
|
||||||
- tasty-stats
|
- tasty-stats
|
||||||
- tasty-tap
|
|
||||||
- tateti-tateti
|
- tateti-tateti
|
||||||
- Taxonomy
|
- Taxonomy
|
||||||
- TaxonomyTools
|
- TaxonomyTools
|
||||||
|
|
Loading…
Reference in New Issue