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
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchzip, atk, cairo, dmd, gdk_pixbuf, gnome3, gst_all_1, librsvg
, pango, pkgconfig, which }:
, pango, pkgconfig, which, vte }:
stdenv.mkDerivation rec {
name = "gtkd-${version}";
@@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
dontStrip = true;
inherit atk cairo gdk_pixbuf librsvg pango;
inherit (gnome3) glib gtk3 gtksourceview libgda libpeas vte;
inherit (gnome3) glib gtk3 gtksourceview libgda libpeas;
inherit (gst_all_1) gstreamer;
gst_plugins_base = gst_all_1.gst-plugins-base;