emacs23: fix build via using older texinfo
This commit is contained in:
parent
b035c33fe8
commit
cee92097c9
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue