2 , glib, gtk3, gtksourceview3, gtkspell3, poppler, texlive
3 , pkg-config, intltool, autoreconfHook, wrapGAppsHook3
6 stdenv.mkDerivation rec {
10 src = pkgs.fetchFromGitHub {
11 owner = "alexandervdm";
14 sha256 = "sha256-71n71KjLmICp4gznd27NlbyA3kayje3hYk/cwkOXEO0=";
18 pkg-config intltool autoreconfHook wrapGAppsHook3
21 glib gtksourceview3 gtk3 gtkspell3 poppler
22 texlive.bin.core # needed for synctex
26 install -Dpm644 COPYING $out/share/licenses/$name/COPYING
30 homepage = "https://gummi.app";
31 description = "Simple LaTex editor for GTK users";
32 mainProgram = "gummi";
33 license = lib.licenses.mit;
34 maintainers = with lib.maintainers; [ flokli ];
35 platforms = with lib.platforms; linux;