Merge pull request #95791 from v0d1ch/jailbreak-snap-templates

haskellPackages.snap-templates jailbreak
This commit is contained in:
Dennis Gosnell 2020-08-19 21:25:35 +09:00 committed by GitHub
commit 2586c5e046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -841,6 +841,7 @@ self: super: {
then dontCheck
else pkgs.lib.id;
in doJailbreak (f super.servant-docs); # jailbreak tasty < 1.2 until servant-docs > 0.11.3 is on hackage.
snap-templates = doJailbreak super.snap-templates; # https://github.com/snapframework/snap-templates/issues/22
swagger2 = if (pkgs.stdenv.hostPlatform.isAarch32 || pkgs.stdenv.hostPlatform.isAarch64) then dontHaddock (dontCheck super.swagger2) else super.swagger2;
# Copy hledger man pages from data directory into the proper place. This code

View file

@ -9711,7 +9711,6 @@ broken-packages:
- snap-loader-static
- snap-routes
- snap-stream
- snap-templates
- snap-testing
- snap-utils
- snap-web-routes