cpeditor: fixup build

cpeditor require c++14, the setting of CMAKE_CXX_STANDARD does not seem to affect submodules

rewine 2229c311 71a84fc8

+2
+2
pkgs/applications/editors/cpeditor/default.nix
··· 30 30 substituteInPlace src/Core/Runner.cpp --replace "/bin/bash" "${runtimeShell}" 31 31 ''; 32 32 33 + env.NIX_CFLAGS_COMPILE = "-std=c++14"; 34 + 33 35 meta = with lib; { 34 36 description = "An IDE specially designed for competitive programming"; 35 37 homepage = "https://cpeditor.org";