1 { lib, stdenv, fetchFromGitHub, pkg-config, autoreconfHook, gtk3, vte, lua5_3, pcre2 }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-53XAHyDiFPUTmw/rgoEoSoh+c/t4rS12gxwH1yKHqvw=";
27 description = "Lua-configurable terminal emulator";
28 homepage = "https://github.com/endaaman/tym";
29 license = licenses.mit;
30 maintainers = with maintainers; [ wesleyjrz kashw2 ];
31 platforms = platforms.linux;