vte, vte_290, vte-ng: rename frome gnome3.vte*

This commit is contained in:
worldofpeace
2018-12-25 20:14:32 -05:00
parent 0b14f7896d
commit 2c76519900
14 changed files with 38 additions and 51 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool, glib, itstool, libxml2, mate, gnome3, wrapGAppsHook }:
{ stdenv, fetchurl, pkgconfig, intltool, glib, itstool, libxml2, mate, gnome3, gtk3, vte, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "mate-terminal-${version}";
@@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
mate.mate-desktop
gnome3.vte
gnome3.gtk
vte
gtk3
gnome3.dconf
];