nixpkgs/pkgs/tools/misc/grub
Sergei Trofimovich eafc041a19 grub2: workaround parallel build failure by building .po files sequentially
Without the change `grub2` build occasionally fails as:

    https://hydra.nixos.org/log/h04imslmgy9l33z6xxsaf9v4svqsc3n2-grub-2.12-rc1.drv

    $ msgmerge --update  --lang=de de.po grub.pot
    $ msgmerge --update  --lang=de de.po grub.pot
    ...
    de.po:745: end-of-file within string
    de.po:745: missing 'msgstr' section

Here `msgmerge --update` attempts to update `de.po` from two parallel
`make` calls when translation updates are happening.

The change works around `de.po` stomping bu regenerating translations
sequentially.

Co-authored-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
2023-08-13 21:54:17 +01:00
..
pvgrub_image grub2_pvgrub_image: fix evaluation on armv7l-linux and riscv{32,64}-linux 2023-01-30 19:21:37 +02:00
add-hidden-menu-entries.patch grub2: 2.06 -> unstable-2023-07-03 2023-07-06 22:04:54 +03:00
default.nix grub2: workaround parallel build failure by building .po files sequentially 2023-08-13 21:54:17 +01:00
fix-bash-completion.patch