12 gsettings-desktop-schemas,
23 stdenv.mkDerivation (finalAttrs: {
27 src = fetchFromGitHub {
30 rev = finalAttrs.version;
31 hash = "sha256-KP0ojwyZ5FaYKW0nK9mGGAiz1h+gTbfjCUDCgN2LAO8=";
34 # Default upstream else LDC fails to link
54 gsettings-desktop-schemas
61 chmod +x meson_post_install.py
62 patchShebangs meson_post_install.py
65 passthru.tests.test = nixosTests.terminal-emulators.tilix;
68 description = "Tiling terminal emulator following the Gnome Human Interface Guidelines";
69 homepage = "https://gnunn1.github.io/tilix-web";
70 license = licenses.mpl20;
71 maintainers = with maintainers; [
75 platforms = platforms.linux;
76 mainProgram = "tilix";