haskellPackages.secp256k1-haskell: fix test suite build

This commit is contained in:
Alexandre Esteves
2026-03-14 13:24:12 +00:00
parent baef29044c
commit 1c8698aca8
@@ -2653,6 +2653,13 @@ with haskellLib;
# Test suite doesn't compile anymore
twitter-types = dontCheck super.twitter-types;
secp256k1-haskell = appendPatch (pkgs.fetchpatch {
# https://github.com/jprupp/secp256k1-haskell/pull/51
name = "remove-deprecated-aliases";
url = "https://github.com/jprupp/secp256k1-haskell/commit/68318be6ac5271639e3e982a9a5b194dc1f926c2.patch";
sha256 = "sha256-l9WPdV5D8C/t6YXg7Cf6RyNx0cnJKp78VLk02On1Zt4=";
}) super.secp256k1-haskell;
# Tests open file "data/test_vectors_aserti3-2d_run01.txt" but it doesn't exist
haskoin-core = dontCheck super.haskoin-core;