gnome3.20: fixup removal, mark termite as broken

This commit is contained in:
Robin Gloster 2017-01-21 17:41:12 +01:00
parent 754a9cf698
commit 189f64d8e7
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
2 changed files with 2 additions and 5 deletions

View File

@ -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 {

View File

@ -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;