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:
John Ericson 2017-09-21 11:40:46 -04:00
parent 05ef1034c7
commit 3af3d6efc2

View file

@ -70,6 +70,7 @@ rec {
cc overrides;
allowedRequisites = null;
extraBuildInputs = [ ]; # Old ones run on wrong platform
};
in stdenv // {
mkDerivation =