wangle: remove unnecessary CMake flag

No point silencing these warnings.

(cherry picked from commit 6ad10b9af5)
(cherry picked from commit 226e6d22e800ae92289c4ee944b550be0ba4eed8)
This commit is contained in:
Emily
2024-11-30 15:11:22 +01:00
committed by Vladimír Čunát
parent a10e14c54c
commit 334e0aff36
-1
View File
@@ -54,7 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
cmakeDir = "../wangle";
cmakeFlags = [
"-Wno-dev"
(lib.cmakeBool "BUILD_TESTS" finalAttrs.finalPackage.doCheck)
];