dtc: Fix cross compilation

Flex and Bison are need to be executable by the build system.
This commit is contained in:
Tuomas Tynkkynen 2015-06-30 10:30:41 +03:00
parent a9b3d75e9e
commit d8b4cff390

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "0z7yrv0sdhsh5wwy7yd1fvs4pqaq0n9m5i8w65lyibg77ahkasdg";
};
buildInputs = [ flex bison ];
nativeBuildInputs = [ flex bison ];
installFlags = [ "INSTALL=install" "PREFIX=$(out)" ];