1 { stdenv, lib, fetchFromGitHub, meson, ninja, pkg-config, gtk3, vte, libgudev, wrapGAppsHook3, pcre2 }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-oGqOXIu5P3KfdV6Unm7Nz+BRhb5Z6rne0+e0wZ2EcAI=";
29 description = "Simple, graphical serial port terminal emulator";
30 homepage = "https://github.com/wvdakker/gtkterm";
31 license = licenses.gpl3Plus;
33 GTKTerm is a simple, graphical serial port terminal emulator for
34 Linux and possibly other POSIX-compliant operating systems. It
35 can be used to communicate with all kinds of devices with a
36 serial interface, such as embedded computers, microcontrollers,
37 modems, GPS receivers, CNC machines and more.
39 maintainers = with maintainers; [ wentasah ];
40 platforms = platforms.linux;
41 mainProgram = "gtkterm";