nixpkgs/pkgs/tools/misc/wimboot
Sergei Trofimovich 1ad0b9a4e3 wimboot: fix build by fixing -idirafter ordering
`wimboot` build broke after https://github.com/NixOS/nixpkgs/pull/210004
where we started dropping default libc include path and switched to
`-idirafter` way of specifying libc headers.

Unfortunately the way it's implemented it injects `-idirafter` after
user's flags, not before. That allows users to inject their paths before
libc include paths, not after (as it would notmally happen).

The change works it around for `wimboot` by pulling `-idirafter` libc
flags before user's flags.
2023-01-28 08:11:45 +00:00
..
default.nix wimboot: fix build by fixing -idirafter ordering 2023-01-28 08:11:45 +00:00