ucommon: disable flaky networking test
This commit is contained in:
parent
306cd03cdb
commit
beff32f61e
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ pkgconfig ];
|
||||
|
||||
# disable flaky networking test
|
||||
postPatch = ''
|
||||
substituteInPlace test/stream.cpp \
|
||||
--replace 'ifndef UCOMMON_SYSRUNTIME' 'if 0'
|
||||
'';
|
||||
|
||||
# ucommon.pc has link time depdendencies on -lssl, -lcrypto, -lz, -lgnutls
|
||||
propagatedBuildInputs = [ openssl zlib gnutls ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue