haskellPackages.ghcup: Jailbreak to fix build

This commit is contained in:
Malte Brandy 2021-06-20 23:17:15 +02:00
parent 1f8ca5256a
commit cc0558d2ee
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1932,4 +1932,8 @@ EOT
# https://github.com/Porges/email-validate-hs/issues/58
email-validate = doJailbreak super.email-validate;
# 2021-06-20: Outdated upper bounds
# https://github.com/Porges/email-validate-hs/issues/58
ghcup = doJailbreak super.ghcup;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super