reproxy: fix darwin build

This commit is contained in:
Stéphan Kochen 2021-05-22 21:04:35 +02:00
parent 91f69cd0ad
commit 18e4425e23

View file

@ -15,6 +15,12 @@ buildGoModule rec {
# Requires network access
substituteInPlace app/main_test.go \
--replace "Test_Main" "Skip_Main"
# Fails on Darwin.
# https://github.com/umputun/reproxy/issues/77
substituteInPlace app/discovery/provider/file_test.go \
--replace "TestFile_Events" "SkipFile_Events" \
--replace "TestFile_Events_BusyListener" "SkipFile_Events_BusyListener"
'';
vendorSha256 = null;