nixpkgs-suyu/pkgs
Adam Joseph 4aa036f15a rav1e: fix cross
`cargo cbuild` needs to have the `C{C,XX}_FOR_{${platform}}`
variables set just like `cargo` since it is basically a wrapper
around cargo.  Without these variables, it will try to use the
`hostPlatform` C compiler to compile `build.rs` scripts, and will
pass flags to that compiler which only make sense on the
`buildPlatform`.  So it's just doomed without the environment
variables.

Right now it looks like `rav1e` is the only package we have that is
using `cargo-c`, but if that changes in the future we should factor
this out as its own hook, like `maturinBuildHook` and the others.
2023-04-14 07:41:03 +03:00
..
applications Merge master into staging-next 2023-04-11 12:01:14 +00:00
build-support julia{18,19,}: fix build by a temporary hack 2023-04-10 16:36:55 +02:00
common-updater
data Merge master into staging-next 2023-04-11 12:01:14 +00:00
desktops Merge master into staging-next 2023-04-11 12:01:14 +00:00
development Merge master into staging-next 2023-04-11 12:01:14 +00:00
games Merge master into staging-next 2023-04-11 12:01:14 +00:00
misc Merge pull request #223723 from jfvillablanca/tmux-weather 2023-04-11 13:43:03 +03:00
os-specific Merge master into staging-next 2023-04-11 12:01:14 +00:00
pkgs-lib
servers Merge master into staging-next 2023-04-11 12:01:14 +00:00
shells
stdenv
test
tools rav1e: fix cross 2023-04-14 07:41:03 +03:00
top-level Merge master into staging-next 2023-04-11 12:01:14 +00:00