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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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