mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
esqueleto: fix build by skipping tests and haddock
This commit is contained in:
@@ -1249,4 +1249,9 @@ self: super: {
|
||||
# Break out of pandoc >=2.0 && <2.7 (https://github.com/pbrisbin/yesod-markdown/pull/65)
|
||||
yesod-markdown = doJailbreak super.yesod-markdown;
|
||||
|
||||
# Some tests depend on a postgresql instance
|
||||
# Haddock failure: https://github.com/haskell/haddock/issues/979
|
||||
esqueleto = dontHaddock (dontCheck super.esqueleto);
|
||||
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
||||
@@ -4304,7 +4304,6 @@ broken-packages:
|
||||
- esotericbot
|
||||
- EsounD
|
||||
- espial
|
||||
- esqueleto
|
||||
- ess
|
||||
- estimators
|
||||
- EstProgress
|
||||
|
||||
@@ -75042,7 +75042,6 @@ self: {
|
||||
description = "Type-safe EDSL for SQL queries on persistent backends";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"esqueleto_2_7_0" = callPackage
|
||||
@@ -75072,7 +75071,6 @@ self: {
|
||||
description = "Type-safe EDSL for SQL queries on persistent backends";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ess" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user