glibc/hurd: Make Mach & Hurd headers propagated build inputs.
svn path=/nixpkgs/trunk/; revision=21906
This commit is contained in:
parent
63abc2ed86
commit
ed19699d1f
@ -39,9 +39,18 @@ in
|
|||||||
//
|
//
|
||||||
|
|
||||||
(if hurdHeaders != null
|
(if hurdHeaders != null
|
||||||
then {
|
then rec {
|
||||||
inherit machHeaders hurdHeaders mig fetchgit;
|
inherit machHeaders hurdHeaders mig fetchgit;
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ machHeaders hurdHeaders ];
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
# When building GCC itself `propagatedBuildInputs' above is not
|
||||||
|
# honored, so we pass it here so that the GCC builder can do the right
|
||||||
|
# thing.
|
||||||
|
inherit propagatedBuildInputs;
|
||||||
|
};
|
||||||
|
|
||||||
# XXX: Remove this hack in `stdenv-updates'.
|
# XXX: Remove this hack in `stdenv-updates'.
|
||||||
builder = ./builder2.sh;
|
builder = ./builder2.sh;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user