Merge pull request #376195 (netrw build fix)

This fixes a build error with GCC 14.

The ofborg checks for Darwin are still pending since 4 days, but given
that it's a fix for an already broken build, the worst case that could
happen is that it's still broken. This is why I decided to merge this.

aszlig 3bad4054 34a9dfb7

Changed files
+3
pkgs
by-name
ne
netrw
+3
pkgs/by-name/ne/netrw/package.nix
···
version = "1.3.2";
configureFlags = [
+
# This is to add "#include" directives for stdlib.h, stdio.h and string.h.
+
"ac_cv_header_stdc=yes"
+
"--with-checksum=${checksumType}"
];