libmpc: use updateAutotoolsGnuConfigScriptsHook for FreeBSD native

This commit is contained in:
Audrey Dutcher
2024-11-17 09:54:11 -07:00
parent 597a7ad587
commit 68f3004020
+5
View File
@@ -1,5 +1,6 @@
{ lib, stdenv, fetchurl
, gmp, mpfr
, updateAutotoolsGnuConfigScriptsHook
}:
# Note: this package is used for bootstrapping fetchurl, and thus
@@ -20,6 +21,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
buildInputs = [ gmp mpfr ];
nativeBuildInputs = [
# needed until config scripts are updated to not use /usr/bin/uname on FreeBSD native
updateAutotoolsGnuConfigScriptsHook
];
doCheck = true; # not cross;