haskellPackages.ghcup: Jailbreak to fix build

launchpad/nixpkgs/master
Malte Brandy 3 years ago
parent 1f8ca5256a
commit cc0558d2ee
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -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

Loading…
Cancel
Save