Adding a note about a change to do in the big-renaming to allow clear

buildInputs and buildNativeInputs, on pkgconfig, which now works always
as buildDrv even asking for its hostDrv.
Key string: cross_renaming


svn path=/nixpkgs/branches/stdenv-updates/; revision=18506
This commit is contained in:
Lluís Batlle i Rossell 2009-11-21 15:39:20 +00:00
parent b1e17f71a6
commit c9ecbf7894

View file

@ -2881,7 +2881,10 @@ let
/* Make pkgconfig always return a buildDrv, never a proper hostDrv,
because most usage of pkgconfig as buildInput (inheritance of
pre-cross nixpkgs) means using it using as buildNativeInput */
pre-cross nixpkgs) means using it using as buildNativeInput
cross_renaming: we should make all programs use pkgconfig as
buildNativeInput after the renaming.
*/
pkgconfig = pkgconfigReal // { hostDrv = pkgconfigReal.buildDrv; };
radare = import ../development/tools/analysis/radare {