gnome3.20: fixup removal, mark termite as broken

This commit is contained in:
Robin Gloster
2017-01-21 17:42:12 +01:00
parent 754a9cf698
commit 189f64d8e7
2 changed files with 2 additions and 5 deletions
@@ -35,6 +35,7 @@ let
homepage = https://github.com/thestinger/termite/;
maintainers = with maintainers; [ koral garbas ];
platforms = platforms.all;
broken = true;
};
};
in if configFile == null then termite else symlinkJoin {
+1 -5
View File
@@ -15199,9 +15199,7 @@ in
vte = gnome2.vte.override { pythonSupport = true; };
};
termite = callPackage ../applications/misc/termite {
vte = gnome3_20.vte-select-text;
};
termite = callPackage ../applications/misc/termite { };
tesseract = callPackage ../applications/graphics/tesseract { };
@@ -16517,8 +16515,6 @@ in
libcanberra = self.libcanberra_gtk2;
});
gnome3_20 = recurseIntoAttrs (callPackage ../desktops/gnome-3/3.20 { });
gnome3_22 = recurseIntoAttrs (callPackage ../desktops/gnome-3/3.22 { });
gnome3 = gnome3_22;