lpcnet: fix build with cmake 4

This commit is contained in:
Weijia Wang
2025-10-12 17:33:45 +02:00
parent 720964439d
commit c41d36b5b5

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