about summary refs log tree commit diff
path: root/pkgs/tools/networking/magic-wormhole-rs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/magic-wormhole-rs')
-rw-r--r--pkgs/tools/networking/magic-wormhole-rs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/magic-wormhole-rs/default.nix b/pkgs/tools/networking/magic-wormhole-rs/default.nix
index 3d9e20d14dce..84479de49eba 100644
--- a/pkgs/tools/networking/magic-wormhole-rs/default.nix
+++ b/pkgs/tools/networking/magic-wormhole-rs/default.nix
@@ -24,6 +24,7 @@ rustPlatform.buildRustPackage rec {
   doCheck = false;
 
   meta = with lib; {
+    broken = stdenv.isDarwin;
     description = "Rust implementation of Magic Wormhole, with new features and enhancements";
     homepage = "https://github.com/magic-wormhole/magic-wormhole.rs";
     license = licenses.eupl12;