mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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";
|
||||
};
|
||||
|
||||
buildInputs = [ flex bison ];
|
||||
nativeBuildInputs = [ flex bison ];
|
||||
|
||||
installFlags = [ "INSTALL=install" "PREFIX=$(out)" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue