mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
stdenv: distinguish stdenvNoCC name from stdenv (#519967)
This commit is contained in:
commit
b57baa7f70
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ in
|
|||
# `stdenv` without a C compiler. Passing in this helps avoid infinite
|
||||
# recursions, and may eventually replace passing in the full stdenv.
|
||||
stdenvNoCC ? stdenv.override {
|
||||
name = "${stdenv.name}-no-cc";
|
||||
cc = null;
|
||||
hasCC = false;
|
||||
# Darwin doesn’t need an SDK in `stdenvNoCC`. Dropping it shrinks the closure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue