mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
stdenv: typo
This commit is contained in:
parent
5972cc3119
commit
4fc50527f8
|
@ -487,7 +487,7 @@ activatePackage() {
|
|||
# build platform are included here. That would be `depsBuild*`,
|
||||
# and legacy `nativeBuildInputs`, in general. If we aren't cross
|
||||
# compiling, however, everything can be put on the PATH. To ease
|
||||
# the transition, we do include everything in thatcase.
|
||||
# the transition, we do include everything in that case.
|
||||
#
|
||||
# TODO(@Ericson2314): Don't special-case native compilation
|
||||
if [[ -z "${strictDeps-}" || "$hostOffset" -le -1 ]]; then
|
||||
|
|
Loading…
Reference in a new issue