mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
@ -16,6 +16,9 @@
|
||||
preConfigure = ''
|
||||
sed -i cmake.config/versiondef.h.in -e 's/@NVIM_VERSION_PRERELEASE@/-dev-${version}/'
|
||||
'';
|
||||
nativeBuildInputs = oa.nativeBuildInputs ++ [
|
||||
final.libiconv
|
||||
];
|
||||
});
|
||||
|
||||
# a development binary to help debug issues
|
||||
|
Reference in New Issue
Block a user