emacs23: fix build via using older texinfo

This commit is contained in:
Vladimír Čunát 2013-11-15 12:06:14 +01:00
parent b035c33fe8
commit cee92097c9

View file

@ -7589,6 +7589,7 @@ let
# TODO: these packages don't build on Darwin.
gconf = null /* if stdenv.isDarwin then null else gnome.GConf */;
librsvg = null /* if stdenv.isDarwin then null else librsvg */;
texinfo = texinfo4;
};
emacs24 = callPackage ../applications/editors/emacs-24 {