mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
wormhole-william: enable tests
This commit is contained in:
@@ -13,7 +13,12 @@ buildGoModule rec {
|
||||
|
||||
vendorSha256 = "sha256-J6iht3cagcwFekydShgaYJtkNLfEvSDqonkC7+frldM=";
|
||||
|
||||
doCheck = false;
|
||||
preCheck = ''
|
||||
# wormhole_test.go:692: failed to establish connection
|
||||
substituteInPlace wormhole/wormhole_test.go \
|
||||
--replace "TestWormholeDirectoryTransportSendRecvDirect" \
|
||||
"SkipWormholeDirectoryTransportSendRecvDirect"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/psanford/wormhole-william";
|
||||
|
||||
Reference in New Issue
Block a user