Skip to content

Commit

Permalink
Merge pull request #222274 from viraptor/havoc-broken-darwin
Browse files Browse the repository at this point in the history
havoc: mark as broken on darwin
  • Loading branch information
viraptor committed Mar 21, 2023
2 parents 13781bf + 68d28d9 commit f3b33a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/terminal-emulators/havoc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
description = "A minimal terminal emulator for Wayland";
license = with licenses; [ mit publicDomain ];
platforms = with platforms; unix;
broken = stdenv.isDarwin; # no wayland support
maintainers = with maintainers; [ AndersonTorres ];
};
}

0 comments on commit f3b33a0

Please sign in to comment.