vino: disable broken updateScript

We're pulling in a custom src here, so gnome3.updateScript crashes.
This commit is contained in:
Tor Hedin Brønner 2019-10-07 07:54:33 +02:00
parent ee27c71d8d
commit a22500d2dc

View File

@ -82,10 +82,10 @@ stdenv.mkDerivation {
''; '';
passthru = { passthru = {
updateScript = gnome3.updateScript { # updateScript = gnome3.updateScript {
packageName = "vino"; # packageName = "vino";
attrPath = "gnome3.vino"; # attrPath = "gnome3.vino";
}; # };
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {