wine*: fixup build by using older flex

This commit is contained in:
Vladimír Čunát 2017-01-06 16:25:17 +01:00
parent cf1d3677d3
commit d442a0ffc0
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -1,6 +1,7 @@
{ stdenv, lib, pkgArches,
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,
buildScript ? null, configureFlags ? ""
}:
@ -16,7 +17,7 @@ stdenv.mkDerivation ((lib.optionalAttrs (! isNull buildScript) {
inherit name src configureFlags;
nativeBuildInputs = [
pkgconfig fontforge makeWrapper flex bison
pkgconfig fontforge makeWrapper flex_2_6_1 bison
];
buildInputs = toBuildInputs pkgArches (with supportFlags; (pkgs: