From 980e2470baea191ba779004bb3503fa35b030c44 Mon Sep 17 00:00:00 2001 From: Alex James Date: Fri, 6 Dec 2024 21:07:04 -0600 Subject: [PATCH] magic-wormhole-rs: enable tests These actually run in the sandbox. --- pkgs/tools/networking/magic-wormhole-rs/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/tools/networking/magic-wormhole-rs/default.nix b/pkgs/tools/networking/magic-wormhole-rs/default.nix index 48173f4dbe06..6437ea2a53ce 100644 --- a/pkgs/tools/networking/magic-wormhole-rs/default.nix +++ b/pkgs/tools/networking/magic-wormhole-rs/default.nix @@ -22,9 +22,6 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ installShellFiles ]; - # all tests involve networking and are bound fail - doCheck = false; - postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd wormhole-rs \ --bash <($out/bin/wormhole-rs completion bash) \