mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
haskellPackages.espial: Apply patch to work with GHC 9.X
This commit is contained in:
parent
4567b99d17
commit
26e666d33c
3 changed files with 7 additions and 3 deletions
|
@ -1380,6 +1380,13 @@ self: super: {
|
||||||
})
|
})
|
||||||
] super.svgcairo;
|
] super.svgcairo;
|
||||||
|
|
||||||
|
# Espial is waiting for a hackage release to be compatible with GHC 9.X.
|
||||||
|
espial = appendPatch (fetchpatch {
|
||||||
|
url = "https://github.com/jonschoning/espial/commit/70177f9efb9666c3616e8a474681d3eb763d0e84.patch";
|
||||||
|
sha256 = "sha256-aJtwZGp9DUpACBV0WYRL7k32m6qWf5vq6eKBFq/G23s=";
|
||||||
|
excludes = ["package.yaml" "stack.yaml" "stack.yaml.lock"];
|
||||||
|
}) super.espial;
|
||||||
|
|
||||||
# Missing -Iinclude parameter to doc-tests (pull has been accepted, so should be resolved when 0.5.3 released)
|
# Missing -Iinclude parameter to doc-tests (pull has been accepted, so should be resolved when 0.5.3 released)
|
||||||
# https://github.com/lehins/massiv/pull/104
|
# https://github.com/lehins/massiv/pull/104
|
||||||
massiv = dontCheck super.massiv;
|
massiv = dontCheck super.massiv;
|
||||||
|
|
|
@ -1341,7 +1341,6 @@ broken-packages:
|
||||||
- ert
|
- ert
|
||||||
- escape-artist
|
- escape-artist
|
||||||
- escoger
|
- escoger
|
||||||
- espial
|
|
||||||
- esqueleto-pgcrypto
|
- esqueleto-pgcrypto
|
||||||
- ess
|
- ess
|
||||||
- essence-of-live-coding-gloss-example
|
- essence-of-live-coding-gloss-example
|
||||||
|
|
|
@ -92409,8 +92409,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Espial is an open-source, web-based bookmarking server";
|
description = "Espial is an open-source, web-based bookmarking server";
|
||||||
license = lib.licenses.agpl3Only;
|
license = lib.licenses.agpl3Only;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"esqueleto" = callPackage
|
"esqueleto" = callPackage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue