havoc: 0.4.0 -> 0.5.0

This commit is contained in:
Weijia Wang 2023-04-17 10:57:15 +03:00 committed by Anderson Torres
parent 297ff712f3
commit 1df6c2d148

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "havoc";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "ii8";
repo = pname;
rev = version;
hash = "sha256-zNKDQqkDeNj5fB5EdMVfAs2H4uBgLh6Fp3uSjiJ1VhQ=";
hash = "sha256-jvGm2gFdMS61otETF7gOEpYn6IuLfqI95IpEVfIv+C4=";
};
nativeBuildInputs = [
@ -42,7 +42,8 @@ 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 ];
# fatal error: 'sys/epoll.h' file not found
broken = stdenv.isDarwin;
};
}