haskellPackages.oeis: jailbreak

This commit is contained in:
Naïm Favier 2022-11-21 23:46:08 +01:00
parent a92a139b7f
commit cfd3e36aaf
No known key found for this signature in database
GPG key ID: 95AFCE8211908325

View file

@ -2541,6 +2541,9 @@ self: super: {
# https://github.com/phadej/crypt-sha512/issues/13
crypt-sha512 = dontCheck super.crypt-sha512;
# Too strict upper bound on HTTP
oeis = doJailbreak super.oeis;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super // (let
# We need to build purescript with these dependencies and thus also its reverse
# dependencies to avoid version mismatches in their dependency closure.