This update fixes the grub-2.0 warning issue that was worked around in commit 4f5e655b36b61505fc1d1c4157e4f721a5e80a8a. Consequently, that patch is no longer needed.
···4949 sed -i '/gets is a security hole/d' grub-core/gnulib/stdio.in.h
5050 '';
51515252- # Source code generated by bison 2.6.4 contains pragmas that trigger
5353- # warnings when built with -Wunknown-pragmas. Since Grub compiles with
5454- # -Werror, this causes the build to fail. We work around this issue by
5555- # ignoring pragma-related warnings, but clearly it would be better if
5656- # Bison wouldn't trigger that issue in the first place. A bug report
5757- # has been sent.
5852 prePatch =
5953 '' gunzip < "${unifont_bdf}" > "unifont.bdf"
6054 sed -i "configure" \
6161- -e "s|/usr/src/unifont.bdf|$PWD/unifont.bdf|g" \
6262- -e "s|-Wunknown-pragmas|-Wno-pragmas|g"
5555+ -e "s|/usr/src/unifont.bdf|$PWD/unifont.bdf|g"
6356 '';
64576558 configureFlags =