mate: all applications have been migrated from intltools to gettext

This commit is contained in:
José Romildo Malaquias
2020-02-14 11:09:49 -03:00
parent f74988f8a5
commit 698a3c65d5
35 changed files with 71 additions and 70 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool, itstool, glib, gtk3, libxml2, libgtop, libcanberra-gtk3, inkscape, udisks2, mate, hicolor-icon-theme, wrapGAppsHook }:
{ stdenv, fetchurl, pkgconfig, gettext, itstool, glib, gtk3, libxml2, libgtop, libcanberra-gtk3, inkscape, udisks2, mate, hicolor-icon-theme, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "mate-utils";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkgconfig
intltool
gettext
itstool
inkscape
wrapGAppsHook