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;
|
||||
|
||||
allowedRequisites = null;
|
||||
extraBuildInputs = [ ]; # Old ones run on wrong platform
|
||||
};
|
||||
in stdenv // {
|
||||
mkDerivation =
|
||||
|
Loading…
Reference in New Issue
Block a user