forked from mirrors/nixpkgs
haskell-cryptonite: update to the latest version 0.27
This commit is contained in:
parent
89903c1d2d
commit
e58af79db3
|
@ -1161,13 +1161,6 @@ self: super: {
|
|||
# 2020-06-22: NOTE: QuickCheck upstreamed https://github.com/phadej/binary-instances/issues/7
|
||||
binary-instances = dontCheck super.binary-instances;
|
||||
|
||||
# Disabling the test suite lets the build succeed on older CPUs
|
||||
# that are unable to run the generated library because they
|
||||
# lack support for AES-NI, like some of our Hydra build slaves
|
||||
# do. See https://github.com/NixOS/nixpkgs/issues/81915 for
|
||||
# details.
|
||||
cryptonite = dontCheck super.cryptonite;
|
||||
|
||||
# The test suite depends on an impure cabal-install installation in
|
||||
# $HOME, which we don't have in our build sandbox.
|
||||
cabal-install-parsers = dontCheck super.cabal-install-parsers;
|
||||
|
@ -1454,6 +1447,10 @@ self: super: {
|
|||
liquidhaskell = super.liquidhaskell.override { Diff = self.Diff_0_3_4; };
|
||||
Diff_0_3_4 = dontCheck super.Diff_0_3_4;
|
||||
|
||||
# We want the latest version of cryptonite. This is a first step towards
|
||||
# resolving https://github.com/NixOS/nixpkgs/issues/81915.
|
||||
cryptonite = self.cryptonite_0_27;
|
||||
|
||||
# INSERT NEW OVERRIDES ABOVE THIS LINE
|
||||
|
||||
} // (let
|
||||
|
|
Loading…
Reference in a new issue