mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 21:33:07 +00:00
8ef81629e9
Without the change build fails on `clang-16` and `gcc-14`:
$ nix build --impure --expr 'with import ./. {}; libelf.override { stdenv = clangStdenv; }'
...
configure: error: installation or configuration problem: C compiler cannot create executables.
`libelf` is not part of a bootstrap process since
|
||
---|---|---|
.. | ||
default.nix | ||
dont-hardcode-ar.patch | ||
fix-configure-main.patch | ||
preprocessor-warnings.patch |