vim: delete commented code

This commit is contained in:
Sandro Jäckel 2023-12-10 21:14:30 +01:00
parent af20b72b1d
commit ca6da7a557
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -62,11 +62,4 @@ stdenv.mkDerivation {
'';
__impureHostDeps = [ "/dev/ptmx" ];
# To fix the trouble in vim73, that it cannot cross-build with this patch
# to bypass a configure script check that cannot be done cross-building.
# http://groups.google.com/group/vim_dev/browse_thread/thread/66c02efd1523554b?pli=1
# patchPhase = ''
# sed -i -e 's/as_fn_error.*int32.*/:/' src/auto/configure
# '';
}