6f3630e128
derivation, the "buildInputs" in every stdenv mkDerivation don't map now directly to the environment variable "buildInputs" in the builder, but "buildNativeInputs". So, the inputs build by the native compiler. When cross compiling, they will map to the environment variable "buildInputs" (yes, now the same name), which means does to be built with the cross compiler. I think I improved the naming of variables a bit. There was a big mess, specially in the stdenv adapter for cross building, and also in the default builder script. I also tried to add proper manager of propagatedInputBuilds, these being propagated considering the host or build origin of that input build (so, at the end, being those propagatedInputBuilds being propagated properly to the native or the cross compiler. svn path=/nixpkgs/branches/stdenv-updates/; revision=18477 |
||
---|---|---|
.. | ||
buildenv | ||
builder-defs | ||
checker | ||
deb-package | ||
fetchbzr | ||
fetchcvs | ||
fetchdarcs | ||
fetchfile | ||
fetchgit | ||
fetchhg | ||
fetchmtn | ||
fetchsvn | ||
fetchsvnssh | ||
fetchurl | ||
gcc-cross-wrapper | ||
gcc-upc-wrapper | ||
gcc-wrapper | ||
kernel | ||
make-desktopitem | ||
make-symlinks | ||
make-wrapper | ||
mono-dll-fixer | ||
native-darwin-cctools-wrapper | ||
nuke-references | ||
release | ||
src-only | ||
substitute | ||
upstream-updater | ||
vm | ||
trivial-builders.nix |