mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
05a6c124e6
targetPlatform is the platform the current package's programs will
produce binaries for — only relevant for compilers and
similar. hostPlatform is the platform the current package's programs
will run on.
The incorrect use of targetPlatform meant that anything that tried to
link to it (like cryptsetup) would fail to build when it was used as a
native build input for a cross-compiled Musl derivation.
Fixes:
|
||
---|---|---|
.. | ||
2_02.nix | ||
2_03.nix | ||
common.nix | ||
fix-stdio-usage.patch | ||
no-shared.diff |