haskellPackages.map-syntax: Jailbreak to fix build

This commit is contained in:
Deniz Alp 2022-02-26 19:03:38 +03:00 committed by Dennis Gosnell
parent 3c8b2c809b
commit 4fa49984b1
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4

View File

@ -69,6 +69,11 @@ self: super: {
# Once that's out we can re-enable version checks.
xmlhtml = doJailbreak super.xmlhtml;
# map-syntax has a restrictive upper bound on base, can be removed once
# > https://github.com/mightybyte/map-syntax/pull/14
# is released.
map-syntax = doJailbreak super.map-syntax;
# This test keeps being aborted because it runs too quietly for too long
Lazy-Pbkdf2 = if pkgs.stdenv.isi686 then dontCheck super.Lazy-Pbkdf2 else super.Lazy-Pbkdf2;