11 , gsettings-desktop-schemas
22 stdenv.mkDerivation (finalAttrs: {
26 src = fetchFromGitHub {
29 rev = finalAttrs.version;
30 hash = "sha256-KP0ojwyZ5FaYKW0nK9mGGAiz1h+gTbfjCUDCgN2LAO8=";
33 # Default upstream else LDC fails to link
53 gsettings-desktop-schemas
60 chmod +x meson_post_install.py
61 patchShebangs meson_post_install.py
65 substituteInPlace $out/share/applications/com.gexperts.Tilix.desktop \
66 --replace "Exec=tilix" "Exec=$out/bin/tilix"
69 passthru.tests.test = nixosTests.terminal-emulators.tilix;
72 description = "Tiling terminal emulator following the Gnome Human Interface Guidelines";
73 homepage = "https://gnunn1.github.io/tilix-web";
74 license = licenses.mpl20;
75 maintainers = with maintainers; [ midchildan jtbx ];
76 platforms = platforms.linux;
77 mainProgram = "tilix";