Merge pull request #169920 from 7c6f434c/xconq-fix

xconq: fix build by pinning C++ standard version
This commit is contained in:
7c6f434c
2022-04-23 11:23:49 +00:00
committed by GitHub
+2
View File
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
"--with-tkconfig=${tk}/lib"
];
CXXFLAGS = " --std=c++11 ";
hardeningDisable = [ "format" ];
patchPhase = ''