Merge pull request #192246 from siriobalmelli-foss/fix/tsduck

This commit is contained in:
Artturi 2023-01-27 18:59:55 +02:00 committed by GitHub
commit 9356539b7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,14 @@ stdenv.mkDerivation rec {
sed -i"" \
-e '/TSUNIT_TEST(testHomeDirectory);/ d' \
src/utest/utestSysUtils.cpp
sed -i"" \
-e '/TSUNIT_TEST(testIPv4Address);/ d' \
-e '/TSUNIT_TEST(testIPv4AddressConstructors);/ d' \
-e '/TSUNIT_TEST(testIPv4SocketAddressConstructors);/ d' \
-e '/TSUNIT_TEST(testTCPSocket);/ d' \
-e '/TSUNIT_TEST(testUDPSocket);/ d' \
src/utest/utestNetworking.cpp
'';
enableParallelBuilding = true;