Merge pull request #173641 from friedelino/fix-ucommon
ucommon: fix error handling compatibility
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user