From 1d6c8538600abb49f39c54e53e7d2f399b02dfea Mon Sep 17 00:00:00 2001 From: Marius Bergmann Date: Sat, 28 Jan 2017 01:02:14 +0100 Subject: termite: unbreak by packaging vte-ng termite broke when upgrading Gnome, as this removed a dependency from the tree. I packaged this dependency (vte-ng) based upon the work of @globin in https://github.com/NixOS/nixpkgs/issues/22026. --- pkgs/applications/misc/termite/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs/applications/misc/termite') diff --git a/pkgs/applications/misc/termite/default.nix b/pkgs/applications/misc/termite/default.nix index 850512a837d0..837d736d10dd 100644 --- a/pkgs/applications/misc/termite/default.nix +++ b/pkgs/applications/misc/termite/default.nix @@ -35,7 +35,6 @@ 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 { -- cgit 1.4.1