sdcc: use nativeBuildInputs
Ref https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/build-tools-in-build-inputs.md
This commit is contained in:
parent
73fdc55b4f
commit
c6df94ce56
@ -17,7 +17,9 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "042fxw5mnsfhpc0z9lxfsw88kdkm32pwrxacp88kj2n2dy0814a8";
|
sha256 = "042fxw5mnsfhpc0z9lxfsw88kdkm32pwrxacp88kj2n2dy0814a8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoconf bison boost flex gputils texinfo zlib ];
|
buildInputs = [ boost gputils texinfo zlib ];
|
||||||
|
|
||||||
|
nativeBuildInputs = [ autoconf bison flex ];
|
||||||
|
|
||||||
configureFlags = map (f: "--disable-${f}-port") excludedPorts;
|
configureFlags = map (f: "--disable-${f}-port") excludedPorts;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user