lpcnet: fix build with cmake 4 (#451378)

This commit is contained in:
Doron Behar
2025-10-14 16:19:23 +00:00
committed by GitHub

View File

@@ -47,6 +47,10 @@ stdenv.mkDerivation (finalAttrs: {
codec2
];
cmakeFlags = [
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5")
];
doCheck = true;
nativeCheckInputs = [
# NOTE: From some reason, the tests pass without this on x86_64-linux, but