From ed727e7c2f91ed9bd694bd6c2e854271831c848d Mon Sep 17 00:00:00 2001 From: willemml Date: Wed, 18 Jan 2023 07:59:00 -0800 Subject: [PATCH] octave emacs add texinfo4 package for documentation --- emacs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.nix b/emacs.nix index 7ff8d0b..1beda94 100644 --- a/emacs.nix +++ b/emacs.nix @@ -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 = {