Commit 1c8698ac authored by Alexandre Esteves's avatar Alexandre Esteves
Browse files

haskellPackages.secp256k1-haskell: fix test suite build

parent baef2904
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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;