dtc: Fix cross compilation
Flex and Bison are need to be executable by the build system.
This commit is contained in:
parent
a9b3d75e9e
commit
d8b4cff390
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0z7yrv0sdhsh5wwy7yd1fvs4pqaq0n9m5i8w65lyibg77ahkasdg";
|
sha256 = "0z7yrv0sdhsh5wwy7yd1fvs4pqaq0n9m5i8w65lyibg77ahkasdg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ flex bison ];
|
nativeBuildInputs = [ flex bison ];
|
||||||
|
|
||||||
installFlags = [ "INSTALL=install" "PREFIX=$(out)" ];
|
installFlags = [ "INSTALL=install" "PREFIX=$(out)" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user