nixpkgs/pkgs
John Ericson 773233ca77 top-level, stdenv: Make system and stdenv.system describe the hostPlatform.
Intuitively, one cares mainly about the host platform: Platforms differ
in meaningful ways but compilation is morally a pure process and
probably doesn't care, or those difference are already abstracted away.
@Dezgeg also empirically confirmed that > 95% of checks are indeed of
the host platform.

Yet these attributes in the old cross infrastructure were defined to be
the build platform, for expediency. And this was never before changed.
(For native builds build and host coincide, so it isn't clear what the
intention was.)

Fixing this doesn't affect native builds, since again they coincide. It
also doesn't affect cross builds of anything in Nixpkgs, as these are no
longer used. It could affect external cross builds, but I deem that
unlikely as anyone thinking about cross would use more explicit
attributes for clarity, all the more so because the rarity of inspecting
the build platform.
2018-09-06 08:33:51 -04:00
..
applications stdenv, neovim: Use lib.warn for deprecation warnings 2018-09-05 11:40:29 -04:00
build-support lib: ensure directories of linkFarm links exist (#45628) 2018-09-01 14:53:23 +02:00
common-updater
data numix-cursor-theme: update homepage 2018-09-02 01:46:27 +02:00
desktops Merge pull request #45955 from romildo/upd.dtkwidget 2018-09-02 21:04:28 +02:00
development racket-minimal: fix hash (#45952) 2018-09-02 21:51:49 +02:00
games FreeOrion 0.4.7.1 -> 0.4.8 (#45943) 2018-09-02 21:42:47 +02:00
misc Merge pull request #45939 from rnhmjoj/scc 2018-09-02 20:58:13 +02:00
os-specific iputils: Code refactoring and fixes 2018-09-02 15:56:35 +02:00
servers home-assistant: 0.77.1 -> 0.77.2 2018-09-02 09:45:31 +02:00
shells treewide: Remove usage of remaining redundant platform compatability stuff 2018-08-30 17:20:32 -04:00
stdenv top-level, stdenv: Make system and stdenv.system describe the hostPlatform. 2018-09-06 08:33:51 -04:00
test pkgs/tests: Add test for LD_LIBRARY_PATH 2018-08-01 19:02:21 +03:00
tools Merge pull request #45912 from xeji/p/dhcpcd 2018-09-02 15:28:15 -04:00
top-level top-level, stdenv: Make system and stdenv.system describe the hostPlatform. 2018-09-06 08:33:51 -04:00