slade: fix cross build (#375550)

This commit is contained in:
Colin
2025-01-24 20:35:04 +00:00
committed by GitHub
+1
View File
@@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DwxWidgets_LIBRARIES=${wxGTK}/lib"
(lib.cmakeFeature "CL_WX_CONFIG" (lib.getExe' (lib.getDev wxGTK) "wx-config"))
];
env.NIX_CFLAGS_COMPILE = "-Wno-narrowing";