mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
e0464e4788
In preparation for the deprecation of `stdenv.isX`. These shorthands are not conducive to cross-compilation because they hide the platforms. Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way One example of why this is bad and especially affects compiler packages https://www.github.com/NixOS/nixpkgs/pull/343059 There are too many files to go through manually but a treewide should get users thinking when they see a `hostPlatform.isX` in a place where it doesn't make sense. ``` fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is" fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is" fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is" ``` |
||
---|---|---|
.. | ||
brgenml1cupswrapper | ||
brgenml1lpr | ||
brlaser | ||
brother | ||
canon | ||
carps-cups | ||
cnijfilter2 | ||
cnijfilter_2_80 | ||
cnijfilter_4_00 | ||
cups-bjnp | ||
cups-drv-rastertosag-gdi | ||
cups-pdf-to-pdf | ||
dymo | ||
estudio | ||
fflinuxprint | ||
fxlinuxprint | ||
hl1110 | ||
hl1210w | ||
hl2260d | ||
hl3140cw | ||
hll2340dw | ||
hll2350dw | ||
hll3230cdw | ||
kyocera | ||
kyocera-ecosys-m2x35-40-p2x35-40dnw | ||
kyocera-ecosys-m552x-p502x | ||
kyodialog | ||
mfc5890cncupswrapper | ||
mfc5890cnlpr | ||
mfc9140cdncupswrapper | ||
mfc9140cdnlpr | ||
mfcj470dwcupswrapper | ||
mfcj470dwlpr | ||
mfcj6510dwcupswrapper | ||
mfcj6510dwlpr | ||
mfcl2700dncupswrapper | ||
mfcl2700dnlpr | ||
mfcl2720dwcupswrapper | ||
mfcl2720dwlpr | ||
mfcl2740dwcupswrapper | ||
mfcl2740dwlpr | ||
mfcl2750dw | ||
mfcl8690cdwcupswrapper | ||
mfcl8690cdwlpr | ||
samsung | ||
splix | ||
zj-58 |