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 14:52:42 -04:00
parent 05ef1034c7
commit 3af3d6efc2
+1
View File
@@ -70,6 +70,7 @@ rec {
cc overrides;
allowedRequisites = null;
extraBuildInputs = [ ]; # Old ones run on wrong platform
};
in stdenv // {
mkDerivation =