gnome3.20: fixup removal, mark termite as broken
This commit is contained in:
parent
754a9cf698
commit
189f64d8e7
|
@ -35,6 +35,7 @@ let
|
||||||
homepage = https://github.com/thestinger/termite/;
|
homepage = https://github.com/thestinger/termite/;
|
||||||
maintainers = with maintainers; [ koral garbas ];
|
maintainers = with maintainers; [ koral garbas ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in if configFile == null then termite else symlinkJoin {
|
in if configFile == null then termite else symlinkJoin {
|
||||||
|
|
|
@ -15199,9 +15199,7 @@ in
|
||||||
vte = gnome2.vte.override { pythonSupport = true; };
|
vte = gnome2.vte.override { pythonSupport = true; };
|
||||||
};
|
};
|
||||||
|
|
||||||
termite = callPackage ../applications/misc/termite {
|
termite = callPackage ../applications/misc/termite { };
|
||||||
vte = gnome3_20.vte-select-text;
|
|
||||||
};
|
|
||||||
|
|
||||||
tesseract = callPackage ../applications/graphics/tesseract { };
|
tesseract = callPackage ../applications/graphics/tesseract { };
|
||||||
|
|
||||||
|
@ -16517,8 +16515,6 @@ in
|
||||||
libcanberra = self.libcanberra_gtk2;
|
libcanberra = self.libcanberra_gtk2;
|
||||||
});
|
});
|
||||||
|
|
||||||
gnome3_20 = recurseIntoAttrs (callPackage ../desktops/gnome-3/3.20 { });
|
|
||||||
|
|
||||||
gnome3_22 = recurseIntoAttrs (callPackage ../desktops/gnome-3/3.22 { });
|
gnome3_22 = recurseIntoAttrs (callPackage ../desktops/gnome-3/3.22 { });
|
||||||
|
|
||||||
gnome3 = gnome3_22;
|
gnome3 = gnome3_22;
|
||||||
|
|
Loading…
Reference in New Issue