Fix evaluation presumably broken in 754a9cf698 by @globin.

This commit is contained in:
Peter Simons 2017-01-21 18:28:13 +01:00
parent 189f64d8e7
commit 843de20898

View File

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