Merge pull request #169920 from 7c6f434c/xconq-fix
xconq: fix build by pinning C++ standard version
This commit is contained in:
commit
fe3de85fbd
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
|||
"--with-tkconfig=${tk}/lib"
|
||||
];
|
||||
|
||||
CXXFLAGS = " --std=c++11 ";
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
patchPhase = ''
|
||||
|
|
Loading…
Reference in a new issue