gtk-vnc: rename from gtkvnc
Upstream uses gtk-vnc, let’s be consistent.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, python2Packages, intltool, file
|
||||
, wrapGAppsHook, gtkvnc, vte, avahi, dconf
|
||||
, wrapGAppsHook, gtk-vnc, vte, avahi, dconf
|
||||
, gobjectIntrospection, libvirt-glib, system-libvirt
|
||||
, gsettings-desktop-schemas, glib, libosinfo, gnome3, gtk3
|
||||
, spiceSupport ? true, spice-gtk ? null
|
||||
@@ -24,7 +24,7 @@ python2Packages.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
[ libvirt-glib vte dconf gtkvnc gnome3.defaultIconTheme avahi
|
||||
[ libvirt-glib vte dconf gtk-vnc gnome3.defaultIconTheme avahi
|
||||
gsettings-desktop-schemas libosinfo gtk3
|
||||
] ++ optional spiceSupport spice-gtk;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user