18 gsettings-desktop-schemas,
21 libgedit-gtksourceview,
27 stdenv.mkDerivation (finalAttrs: {
32 url = "mirror://gnome/sources/enter-tex/${lib.versions.majorMinor finalAttrs.version}/enter-tex-${finalAttrs.version}.tar.xz";
33 hash = "sha256-oIyuySdcCruVNWdN9bnBa5KxSWjNIZFtb/wvoMud12o=";
53 gsettings-desktop-schemas
56 libgedit-gtksourceview
62 # Workaround the use case of C code mixed with Vala code.
63 # https://gitlab.gnome.org/swilmet/enter-tex/-/blob/3.47.0/docs/more-information.md#install-procedure
64 ninja src/gtex/Gtex-1.gir
69 passthru.updateScript = gnome.updateScript {
70 packageName = "enter-tex";
74 homepage = "https://gitlab.gnome.org/swilmet/enter-tex";
75 description = "LaTeX editor for the GNOME desktop";
76 maintainers = with maintainers; [
80 license = licenses.gpl3Plus;
81 platforms = platforms.linux;
82 mainProgram = "enter-tex";