xconq: fix build by pinning C++ standard version

This commit is contained in:
Michael Raskin 2022-04-23 12:08:50 +02:00
parent 4289552e4f
commit c72d40e573

View File

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
"--with-tkconfig=${tk}/lib"
];
CXXFLAGS = " --std=c++11 ";
hardeningDisable = [ "format" ];
patchPhase = ''