octave emacs add texinfo4 package for documentation

This commit is contained in:
willemml 2023-01-18 07:59:00 -08:00
parent dae8183bf2
commit ed727e7c2f
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD

View file

@ -546,7 +546,7 @@ in {
(setq org-babel-matlab-shell-command "~/Applications/MATLAB_R2022b.app/bin/matlab -nosplash")
'';
extraPackages = [ pkgs.octave ];
extraPackages = [ pkgs.octave pkgs.texinfo4 ];
};
ob-python = {