17 stdenv.mkDerivation (finalAttrs: {
21 src = fetchFromGitHub {
24 rev = "SAKURA_${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
25 hash = "sha256-mDYwqRPezHEgLyZlJQ6taTQiP9HDWmN09mapfp7/TPs=";
46 # Set path to gsettings-schemata so sakura knows where to find colorchooser,
49 wrapProgram $out/bin/sakura \
50 --suffix XDG_DATA_DIRS : ${gtk3}/share/gsettings-schemas/${gtk3.name}/
53 passthru.tests.test = nixosTests.terminal-emulators.sakura;
56 homepage = "https://www.pleyades.net/david/projects/sakura";
57 description = "Terminal emulator based on GTK and VTE";
59 sakura is a terminal emulator based on GTK and VTE. It's a terminal
60 emulator with few dependencies, so you don't need a full GNOME desktop
61 installed to have a decent terminal emulator. Current terminal emulators
62 based on VTE are gnome-terminal, XFCE Terminal, TermIt and a small
63 sample program included in the vte sources. The differences between
64 sakura and the last one are that it uses a notebook to provide several
65 terminals in one window and adds a contextual menu with some basic
66 options. No more no less.
68 license = lib.licenses.gpl2Only;
69 maintainers = with lib.maintainers; [ astsmtl codyopel AndersonTorres ];
70 platforms = lib.platforms.linux;
71 mainProgram = "sakura";