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
commit fe3de85fbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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