gtranslator: 3.32.1 → 3.34.0
This commit is contained in:
parent
c833fb3179
commit
eab20ca018
@ -9,6 +9,8 @@
|
|||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, libxml2
|
, libxml2
|
||||||
, libgda
|
, libgda
|
||||||
|
, libsoup
|
||||||
|
, json-glib
|
||||||
, gspell
|
, gspell
|
||||||
, glib
|
, glib
|
||||||
, gtk3
|
, gtk3
|
||||||
@ -19,11 +21,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gtranslator";
|
pname = "gtranslator";
|
||||||
version = "3.32.1";
|
version = "3.34.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1nmlj41wm02lbgrxdlpqpcgdab5cxsvggvqnk43v6kk86q27pcz1";
|
sha256 = "05zvpx330h9k7b12p07bhcy47vq66260fmiph2b6h97xpl15rwmj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -42,6 +44,8 @@ stdenv.mkDerivation rec {
|
|||||||
gtk3
|
gtk3
|
||||||
gtksourceview4
|
gtksourceview4
|
||||||
libgda
|
libgda
|
||||||
|
libsoup
|
||||||
|
json-glib
|
||||||
gettext
|
gettext
|
||||||
gspell
|
gspell
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
|
Loading…
x
Reference in New Issue
Block a user