vino: disable broken updateScript
We're pulling in a custom src here, so gnome3.updateScript crashes.
This commit is contained in:
parent
ee27c71d8d
commit
a22500d2dc
@ -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; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user