1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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