Skip to content

Commit

Permalink
Fix evaluation presumably broken in 754a9cf by @globin.
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jan 21, 2017
1 parent 189f64d commit 843de20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -15199,7 +15199,7 @@ in
vte = gnome2.vte.override { pythonSupport = true; };
};

termite = callPackage ../applications/misc/termite { };
termite = callPackage ../applications/misc/termite { vte = null; };

tesseract = callPackage ../applications/graphics/tesseract { };

Expand Down

0 comments on commit 843de20

Please sign in to comment.