20 src = fetchFromGitHub {
24 hash = "sha256-M3vySAyYwqscR9n0GGXp1ttO/mhdSCponZNYJRBBI18=";
29 nativeBuildInputs = [ pkg-config ];
42 passthru.tests.test = nixosTests.terminal-emulators.darktile;
45 description = "GPU rendered terminal emulator designed for tiling window managers";
46 homepage = "https://github.com/liamg/darktile";
47 downloadPage = "https://github.com/liamg/darktile/releases";
48 changelog = "https://github.com/liamg/darktile/releases/tag/v${version}";
49 license = licenses.mit;
50 platforms = platforms.linux;
51 badPlatforms = [ "aarch64-linux" ];
52 maintainers = with maintainers; [ mikaelfangel ];
53 mainProgram = "darktile";