Commit e7f6ab70 authored by George Huebner's avatar George Huebner Committed by Mauricio Collares
Browse files

flint3: fix NTL test

parent 56ceb0cc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchpatch
, fetchurl
, gmp
, mpfr
@@ -24,6 +25,13 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-ezEaAFA6hjiB64F32+uEMi8pOZ89fXLzsaTJuh1XlLQ=";
  };

  patches = [
    (fetchpatch {
      url = "https://github.com/flintlib/flint/commit/e7d005c369754243cba32bd782ea2a5fc874fde5.diff";
      hash = "sha256-IqEtYEpNVXfoTeerh/0ig+eDqUpAlGdBB3uO8ShYh3o=";
    })
  ];

  nativeBuildInputs = [
    autoconf
    automake