mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
haskell-cryptonite: disable test suite to avoid transient errors
This commit is contained in:
parent
89ed58dbea
commit
ea45e771a1
@ -683,7 +683,8 @@ self: super: {
|
||||
# Fix an aarch64 issue with cryptonite-0.25:
|
||||
# https://github.com/haskell-crypto/cryptonite/issues/234
|
||||
# This has been committed upstream, but there is, as of yet, no new release.
|
||||
cryptonite = appendPatch super.cryptonite (pkgs.fetchpatch {
|
||||
# Also, disable the test suite to avoid https://github.com/haskell-crypto/cryptonite/issues/260.
|
||||
cryptonite = appendPatch (dontCheck super.cryptonite) (pkgs.fetchpatch {
|
||||
url = https://github.com/haskell-crypto/cryptonite/commit/4622e5fc8ece82f4cf31358e31cd02cf020e558e.patch;
|
||||
sha256 = "1m2d47ni4jbrpvxry50imj91qahr3r7zkqm157clrzlmw6gzpgnq";
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user