nixpkgs/pkgs
Sergei Trofimovich 8b3a31f923 ubootTools: fix build by fixing -idirafter ordering
`ubootTools` 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 u-boot by pulling -idirafter libc flags
before user's flags.
2023-01-27 08:32:06 +00:00
..
applications Merge master into staging-next 2023-01-26 18:01:29 +00:00
build-support Merge master into staging-next 2023-01-25 12:01:34 +00:00
common-updater
data Merge remote-tracking branch 'origin/master' into haskell-updates 2023-01-26 16:18:50 +01:00
desktops Merge master into staging-next 2023-01-26 18:01:29 +00:00
development Merge master into staging-next 2023-01-26 18:01:29 +00:00
games Merge master into staging-next 2023-01-26 12:01:24 +00:00
misc ubootTools: fix build by fixing -idirafter ordering 2023-01-27 08:32:06 +00:00
os-specific Merge master into staging-next 2023-01-26 18:01:29 +00:00
pkgs-lib
servers Merge master into staging-next 2023-01-26 18:01:29 +00:00
shells powershell: 7.2.4 -> 7.3.2 2023-01-24 21:58:52 +01:00
stdenv Merge master into staging-next 2023-01-25 00:02:20 +00:00
test
tools Merge master into staging-next 2023-01-26 18:01:29 +00:00
top-level Merge master into staging-next 2023-01-26 18:01:29 +00:00