about summary refs log tree commit diff
path: root/pkgs/applications/misc/termite
diff options
context:
space:
mode:
authorMarius Bergmann <marius@yeai.de>2017-01-28 01:02:14 +0100
committerMarius Bergmann <marius@yeai.de>2017-01-28 01:06:24 +0100
commit1d6c8538600abb49f39c54e53e7d2f399b02dfea (patch)
tree29f07cc8fde4bebd6a25b0811d4d98093c3dc0d9 /pkgs/applications/misc/termite
parentd75035fbf818981327605a099b4ddff62c9e74ca (diff)
downloadnixlib-1d6c8538600abb49f39c54e53e7d2f399b02dfea.tar
nixlib-1d6c8538600abb49f39c54e53e7d2f399b02dfea.tar.gz
nixlib-1d6c8538600abb49f39c54e53e7d2f399b02dfea.tar.bz2
nixlib-1d6c8538600abb49f39c54e53e7d2f399b02dfea.tar.lz
nixlib-1d6c8538600abb49f39c54e53e7d2f399b02dfea.tar.xz
nixlib-1d6c8538600abb49f39c54e53e7d2f399b02dfea.tar.zst
nixlib-1d6c8538600abb49f39c54e53e7d2f399b02dfea.zip
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.
Diffstat (limited to 'pkgs/applications/misc/termite')
-rw-r--r--pkgs/applications/misc/termite/default.nix1
1 files changed, 0 insertions, 1 deletions
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 {