21 , gsettings-desktop-schemas
24 stdenv.mkDerivation rec {
25 pname = "gtranslator";
29 url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
30 hash = "sha256-tK8xhIkUkf2JwaBGVlIxAVbAfRVraiThwH86TPdXlWg=";
54 gsettings-desktop-schemas
58 updateScript = gnome.updateScript {
64 description = "GNOME translation making program";
65 mainProgram = "gtranslator";
66 homepage = "https://gitlab.gnome.org/GNOME/gtranslator";
67 license = licenses.gpl3Plus;
68 maintainers = with maintainers; [ bobby285271 ];
69 platforms = platforms.linux;