Use pkg-config instead of papi_version_check

This commit is contained in:
2025-12-09 14:16:19 +01:00
parent 1e36c3b204
commit fad79643fa
4 changed files with 138 additions and 5 deletions

View File

@@ -47,6 +47,7 @@ in
dontStrip = true;
separateDebugInfo = true;
strictDeps = true;
patches = [ ./check-papi-version-with-pkgconfig.patch ];
configureFlags = [
"--with-ovni=${ovni}"
"CACHELINE_WIDTH=${toString cacheline}"