wezterm: Mark build broken for Darwin

Linking fails on Darwin with
ld: framework not found UserNotifications
This commit is contained in:
Emil Karlson 2021-11-19 10:16:22 +02:00
parent d9a85999d0
commit b3c72ce7c6

View File

@ -103,5 +103,7 @@ rustPlatform.buildRustPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ SuperSandro2000 ];
platforms = platforms.unix;
# Fails on missing UserNotifications framework while linking
broken = stdenv.isDarwin;
};
}