keepassxc: hopefully fix darwin

+2
+2
pkgs/applications/misc/keepassx/community.nix
··· 34 sha256 = "1zch1qbqgphhp2p2kvjlah8s337162m69yf4y00kcnfb3539ii5f"; 35 }; 36 37 patches = [ ./darwin.patch ]; 38 39 cmakeFlags = [
··· 34 sha256 = "1zch1qbqgphhp2p2kvjlah8s337162m69yf4y00kcnfb3539ii5f"; 35 }; 36 37 + NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang "-Wno-old-style-cast"; 38 + 39 patches = [ ./darwin.patch ]; 40 41 cmakeFlags = [