22 stdenv.mkDerivation rec {
23 pname = "elementary-terminal";
26 src = fetchFromGitHub {
30 sha256 = "sha256-Pr2Jm37vuw1DOx63BXKT3oPK6C7i5v9ObYFNR6Hvhns=";
54 updateScript = nix-update-script { };
58 description = "Terminal emulator designed for elementary OS";
60 A super lightweight, beautiful, and simple terminal. Comes with sane defaults, browser-class tabs, sudo paste protection,
61 smart copy/paste, and little to no configuration.
63 homepage = "https://github.com/elementary/terminal";
64 license = licenses.lgpl3Plus;
65 platforms = platforms.linux;
66 maintainers = teams.pantheon.members;
67 mainProgram = "io.elementary.terminal";