Merge pull request #173641 from friedelino/fix-ucommon

ucommon: fix error handling compatibility
This commit is contained in:
Sandro
2022-05-19 19:36:55 +02:00
committed by GitHub
@@ -20,6 +20,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ];
# use C++14 Standard until error handling code gets updated upstream
CXXFLAGS = [ "-std=c++14" ];
# disable flaky networking test
postPatch = ''
substituteInPlace test/stream.cpp \