mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 21:33:49 +00:00
wangle: remove unnecessary CMake flag
No point silencing these warnings.
(cherry picked from commit 6ad10b9af5
)
This commit is contained in:
parent
902f733b91
commit
226e6d22e8
@ -54,7 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cmakeDir = "../wangle";
|
||||
|
||||
cmakeFlags = [
|
||||
"-Wno-dev"
|
||||
(lib.cmakeBool "BUILD_TESTS" finalAttrs.finalPackage.doCheck)
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user