ucommon: disable flaky networking test
This commit is contained in:
parent
306cd03cdb
commit
beff32f61e
@ -19,6 +19,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ pkgconfig ];
|
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
|
# ucommon.pc has link time depdendencies on -lssl, -lcrypto, -lz, -lgnutls
|
||||||
propagatedBuildInputs = [ openssl zlib gnutls ];
|
propagatedBuildInputs = [ openssl zlib gnutls ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user