3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #222274 from viraptor/havoc-broken-darwin

havoc: mark as broken on darwin
This commit is contained in:
Stanisław Pitucha 2023-03-21 16:37:49 +11:00 committed by GitHub
commit f3b33a0934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}