thunderbird: fix build with gcc9
This commit is contained in:
parent
8dca8b9ccb
commit
cdccbcdf53
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
preConfigure =
|
||||
''
|
||||
cxxLib=$( echo -n ${gcc}/include/c++/* )
|
||||
|
|
Loading…
Reference in a new issue