wine*: fixup build by using older flex
This commit is contained in:
parent
cf1d3677d3
commit
d442a0ffc0
@ -1,6 +1,7 @@
|
|||||||
{ stdenv, lib, pkgArches,
|
{ stdenv, lib, pkgArches,
|
||||||
name, version, src, monos, geckos, platforms,
|
name, version, src, monos, geckos, platforms,
|
||||||
pkgconfig, fontforge, makeWrapper, flex, bison,
|
# flex 2.6.3 causes: undefined reference to `yywrap'
|
||||||
|
pkgconfig, fontforge, makeWrapper, flex_2_6_1, bison,
|
||||||
supportFlags,
|
supportFlags,
|
||||||
buildScript ? null, configureFlags ? ""
|
buildScript ? null, configureFlags ? ""
|
||||||
}:
|
}:
|
||||||
@ -16,7 +17,7 @@ stdenv.mkDerivation ((lib.optionalAttrs (! isNull buildScript) {
|
|||||||
inherit name src configureFlags;
|
inherit name src configureFlags;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig fontforge makeWrapper flex bison
|
pkgconfig fontforge makeWrapper flex_2_6_1 bison
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = toBuildInputs pkgArches (with supportFlags; (pkgs:
|
buildInputs = toBuildInputs pkgArches (with supportFlags; (pkgs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user