wezterm: Mark build broken for Darwin
Linking fails on Darwin with ld: framework not found UserNotifications
This commit is contained in:
parent
d9a85999d0
commit
b3c72ce7c6
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue