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 }:
{ stdenv, fetchurl, gettext }:
stdenv.mkDerivation rec {
pname = "mate-backgrounds";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "16rmsy02fyq6mj6xgc5mdyh146z3zmkn7iwsi44s962aqwbpn4i8";
};
nativeBuildInputs = [ intltool ];
nativeBuildInputs = [ gettext ];
meta = with stdenv.lib; {
description = "Background images and data for MATE";