mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
@ -16,6 +16,9 @@
|
|||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
sed -i cmake.config/versiondef.h.in -e 's/@NVIM_VERSION_PRERELEASE@/-dev-${version}/'
|
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
|
# a development binary to help debug issues
|
||||||
|
Reference in New Issue
Block a user