gcc7: Drop flex again
I think I lost this during merge conflict resolution
This commit is contained in:
parent
6a11ebfae9
commit
99fc949330
@ -33,7 +33,6 @@
|
|||||||
, gnused ? null
|
, gnused ? null
|
||||||
, cloog # unused; just for compat with gcc4, as we override the parameter on some places
|
, cloog # unused; just for compat with gcc4, as we override the parameter on some places
|
||||||
, darwin ? null
|
, darwin ? null
|
||||||
, flex ? null
|
|
||||||
, buildPlatform, hostPlatform, targetPlatform
|
, buildPlatform, hostPlatform, targetPlatform
|
||||||
, buildPackages
|
, buildPackages
|
||||||
}:
|
}:
|
||||||
@ -284,7 +283,7 @@ stdenv.mkDerivation ({
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gmp mpfr libmpc libelf flex
|
gmp mpfr libmpc libelf
|
||||||
targetPackages.stdenv.cc.bintools # For linking code at run-time
|
targetPackages.stdenv.cc.bintools # For linking code at run-time
|
||||||
] ++ (optional (isl != null) isl)
|
] ++ (optional (isl != null) isl)
|
||||||
++ (optional (zlib != null) zlib)
|
++ (optional (zlib != null) zlib)
|
||||||
|
Loading…
Reference in New Issue
Block a user