nixpkgs/pkgs
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
..
applications Merge master into staging-next 2023-01-28 06:01:19 +00:00
build-support build-support/cc-wrapper: add libstdc++fs into default library path for clang 2023-01-28 07:30:33 +00:00
common-updater
data treewide: convert 26 fonts to stdenvNoCC.mkDerivation 2023-01-28 06:13:31 +01:00
desktops Merge master into staging-next 2023-01-28 06:01:19 +00:00
development Merge master into staging-next 2023-01-28 06:01:19 +00:00
games Merge master into staging-next 2023-01-27 18:01:31 +00:00
misc Merge #212919: ubootTools: fix build by fixing -idirafter ordering 2023-01-28 08:45:47 +01:00
os-specific Merge master into staging-next 2023-01-28 00:02:20 +00:00
pkgs-lib
servers Merge master into staging-next 2023-01-28 06:01:19 +00:00
shells Merge pull request #212336 from nixpkgs-architecture/some-nix-file-deps 2023-01-27 20:35:27 +01:00
stdenv
test
tools wimboot: fix build by fixing -idirafter ordering 2023-01-28 08:11:45 +00:00
top-level Merge master into staging-next 2023-01-28 06:01:19 +00:00