Luis Henrique Gomes Higino schreef op di 25-01-2022 om 13:56 [-0300]: > * gnu/packages/vim.scm (neovim-luajit): New variable. > +(define-public neovim-luajit > + (package > + (inherit neovim) > + (name "neovim-luajit") > + (inputs (modify-inputs (package-inputs neovim) > + (replace "lua" luajit))) > + (arguments > + (substitute-keyword-arguments (package-arguments neovim) > + ((#:configure-flags cf) `(delete "-DPREFER_LUA:BOOL=YES" > + ,cf)))) > + (synopsis > + "Fork of vim focused on extensibility and agility - built with LuaJIT"))) Does this need to be a separate package? I.e., can we use luajit in the 'neovim' package on systems that support luajit, so not for powerpc)? Greetings, Maxime.