mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
reproxy: fix darwin build
This commit is contained in:
parent
91f69cd0ad
commit
18e4425e23
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user