nixpkgs/pkgs
Lluís Batlle i Rossell 6f3630e128 Attention, people who care on the builders for native builds. In the stdenv
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
2009-11-19 23:05:11 +00:00
..
applications Merging from trunk. I had to do two manual merges, quite trivial I think. 2009-11-19 19:09:10 +00:00
build-support Attention, people who care on the builders for native builds. In the stdenv 2009-11-19 23:05:11 +00:00
configs/etc d'oh, don't actually gzip it 2006-03-08 19:25:44 +00:00
data * Removed selectVersion. There's no good reason to write 2009-11-18 09:39:59 +00:00
desktops Fix gnome-doc-utils 2009-11-07 09:34:12 +00:00
development GNU Libtool 2.2.6b. 2009-11-19 22:46:40 +00:00
games Adding JAMP game.. 2009-11-19 12:10:23 +00:00
lib Merging from trunk. I had to do two manual merges, quite trivial I think. 2009-11-19 19:09:10 +00:00
misc Fixing the uboot cross-build. 2009-11-19 21:43:03 +00:00
os-specific Merging from trunk. I had to do two manual merges, quite trivial I think. 2009-11-19 19:09:10 +00:00
servers * Fix the GPM URL. 2009-11-18 12:47:58 +00:00
shells Merging from trunk. I had to do two manual merges, quite trivial I think. 2009-11-19 19:09:10 +00:00
stdenv Attention, people who care on the builders for native builds. In the stdenv 2009-11-19 23:05:11 +00:00
test Add a new way to handle option sets. 2008-08-05 17:16:35 +00:00
tools GNU Coreutils 8.1. 2009-11-19 22:46:45 +00:00
top-level Attention, people who care on the builders for native builds. In the stdenv 2009-11-19 23:05:11 +00:00