This update fixes the grub-2.0 warning issue that was worked around in commit 4f5e655b36b61505fc1d1c4157e4f721a5e80a8a. Consequently, that patch is no longer needed.
···49 sed -i '/gets is a security hole/d' grub-core/gnulib/stdio.in.h
50 '';
5152- # Source code generated by bison 2.6.4 contains pragmas that trigger
53- # warnings when built with -Wunknown-pragmas. Since Grub compiles with
54- # -Werror, this causes the build to fail. We work around this issue by
55- # ignoring pragma-related warnings, but clearly it would be better if
56- # Bison wouldn't trigger that issue in the first place. A bug report
57- # has been sent.
58 prePatch =
59 '' gunzip < "${unifont_bdf}" > "unifont.bdf"
60 sed -i "configure" \
61- -e "s|/usr/src/unifont.bdf|$PWD/unifont.bdf|g" \
62- -e "s|-Wunknown-pragmas|-Wno-pragmas|g"
63 '';
6465 configureFlags =
···49 sed -i '/gets is a security hole/d' grub-core/gnulib/stdio.in.h
50 '';
5100000052 prePatch =
53 '' gunzip < "${unifont_bdf}" > "unifont.bdf"
54 sed -i "configure" \
55+ -e "s|/usr/src/unifont.bdf|$PWD/unifont.bdf|g"
056 '';
5758 configureFlags =