Bjørn Forsman 2021-04-18 09:50:47 +02:00
parent 73fdc55b4f
commit c6df94ce56

View file

@ -17,7 +17,9 @@ stdenv.mkDerivation rec {
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;