diff --git a/pkgs/development/tools/wizer/default.nix b/pkgs/development/tools/wizer/default.nix index f79c96f54518..5c931770ac0a 100644 --- a/pkgs/development/tools/wizer/default.nix +++ b/pkgs/development/tools/wizer/default.nix @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec { description = "The WebAssembly pre-initializer"; homepage = "https://github.com/bytecodealliance/wizer"; license = licenses.asl20; - maintainers = with maintainers; [ lucperkins ]; + maintainers = with maintainers; [ lucperkins amesgen ]; broken = stdenv.isx86_64 && stdenv.isDarwin; }; }