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
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, intltool, itstool, libxml2, yelp }:
{ stdenv, fetchurl, gettext, itstool, libxml2, yelp }:
stdenv.mkDerivation rec {
pname = "mate-user-guide";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0ddxya84iydvy85dbqls0wmz2rph87wri3rsdhv4rkbhh5g4sd7f";
};
nativeBuildInputs = [ itstool intltool libxml2 ];
nativeBuildInputs = [ itstool gettext libxml2 ];
buildInputs = [ yelp ];