mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
xconq: fix build by pinning C++ standard version
This commit is contained in:
parent
4289552e4f
commit
c72d40e573
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
||||
"--with-tkconfig=${tk}/lib"
|
||||
];
|
||||
|
||||
CXXFLAGS = " --std=c++11 ";
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
patchPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user