linuxPackages.v86d: fix build

This commit is contained in:
eljamm
2025-05-14 23:31:50 +02:00
parent d420cf07b4
commit fcd0c8318d
+3
View File
@@ -24,6 +24,9 @@ stdenv.mkDerivation {
patchShebangs configure
'';
# GCC 14 makes this an error by default, remove when fixed upstream
env.NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration -Wno-implicit-int";
configureFlags = [
"--with-klibc"
"--with-x86emu"