about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorGeorge Huebner <george@feyor.sh>2024-03-23 19:14:05 -0500
committerMauricio Collares <mauricio@collares.org>2024-03-26 19:26:23 +0100
commite7f6ab70bf066810ba780ae5ad92334dfac72f3c (patch)
tree465549c72a7898fee4312be093421795405f31a5 /pkgs/development
parent56ceb0cc7d7fb242736b3f1bbf15917046dca9c6 (diff)
flint3: fix NTL test
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/flint/3.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/libraries/flint/3.nix b/pkgs/development/libraries/flint/3.nix
index b8b8c2d8ec7d3..60321984d3165 100644
--- a/pkgs/development/libraries/flint/3.nix
+++ b/pkgs/development/libraries/flint/3.nix
@@ -1,5 +1,6 @@
 { 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