build(nix): fixed build (#22918)

added missing dependencies libiconv
This commit is contained in:
Matthieu Coudron
2023-04-07 10:26:52 +02:00
committed by GitHub
parent b395f6069f
commit cbeedc52eb

View File

@ -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