1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 = {
updateScript = gnome3.updateScript {
packageName = "vino";
attrPath = "gnome3.vino";
};
# updateScript = gnome3.updateScript {
# packageName = "vino";
# attrPath = "gnome3.vino";
# };
};
meta = with stdenv.lib; {