slade: fix cross build

This commit is contained in:
FliegendeWurst
2025-01-21 15:35:48 +01:00
parent cc6fd182f0
commit 2d6382be1e
+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";