stdenv cross adapater: Remove old extraBuildInputs
They, unlike their native counterparts, run on the wrong platform and are therefore invalid.
This commit is contained in:
parent
05ef1034c7
commit
3af3d6efc2
@ -70,6 +70,7 @@ rec {
|
|||||||
cc overrides;
|
cc overrides;
|
||||||
|
|
||||||
allowedRequisites = null;
|
allowedRequisites = null;
|
||||||
|
extraBuildInputs = [ ]; # Old ones run on wrong platform
|
||||||
};
|
};
|
||||||
in stdenv // {
|
in stdenv // {
|
||||||
mkDerivation =
|
mkDerivation =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user