mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
gtranslator: 3.32.1 → 3.34.0
This commit is contained in:
parent
c833fb3179
commit
eab20ca018
1 changed files with 6 additions and 2 deletions
|
@ -9,6 +9,8 @@
|
|||
, wrapGAppsHook
|
||||
, libxml2
|
||||
, libgda
|
||||
, libsoup
|
||||
, json-glib
|
||||
, gspell
|
||||
, glib
|
||||
, gtk3
|
||||
|
@ -19,11 +21,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gtranslator";
|
||||
version = "3.32.1";
|
||||
version = "3.34.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "1nmlj41wm02lbgrxdlpqpcgdab5cxsvggvqnk43v6kk86q27pcz1";
|
||||
sha256 = "05zvpx330h9k7b12p07bhcy47vq66260fmiph2b6h97xpl15rwmj";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -42,6 +44,8 @@ stdenv.mkDerivation rec {
|
|||
gtk3
|
||||
gtksourceview4
|
||||
libgda
|
||||
libsoup
|
||||
json-glib
|
||||
gettext
|
||||
gspell
|
||||
gsettings-desktop-schemas
|
||||
|
|
Loading…
Reference in a new issue