mpfi: fix gcc-14 build (#369907)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitLab,
|
||||
fetchpatch,
|
||||
autoreconfHook,
|
||||
texinfo,
|
||||
mpfr,
|
||||
@@ -26,6 +27,15 @@ stdenv.mkDerivation rec {
|
||||
|
||||
sourceRoot = "${src.name}/mpfi";
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "incorrect-types-corrected.patch";
|
||||
url = "https://gitlab.inria.fr/mpfi/mpfi/-/commit/a02e3f9cc10767cc4284a2ef6554f6df85e41982.patch";
|
||||
relative = "mpfi";
|
||||
hash = "sha256-ogUoZbQMkZMF8chSGdDymH/ewzjKSSc7GAMK2Wp58uo=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
texinfo
|
||||
|
||||
Reference in New Issue
Block a user