Update wine dependency on flex and add myself as maintainer
svn path=/nixpkgs/trunk/; revision=19433
This commit is contained in:
parent
f00b7292e7
commit
3f30914672
@ -45,5 +45,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://www.winehq.org/";
|
homepage = "http://www.winehq.org/";
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
|
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.raskin ];
|
||||||
|
platforms = [ "i686-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -8703,9 +8703,10 @@ let
|
|||||||
// {system = "x86_64-linux";}
|
// {system = "x86_64-linux";}
|
||||||
else
|
else
|
||||||
import ../misc/emulators/wine {
|
import ../misc/emulators/wine {
|
||||||
inherit fetchurl stdenv flex bison mesa ncurses
|
inherit fetchurl stdenv bison mesa ncurses
|
||||||
libpng libjpeg alsaLib lcms xlibs freetype
|
libpng libjpeg alsaLib lcms xlibs freetype
|
||||||
fontconfig fontforge libxml2 libxslt openssl;
|
fontconfig fontforge libxml2 libxslt openssl;
|
||||||
|
flex = flex2535;
|
||||||
};
|
};
|
||||||
|
|
||||||
xosd = import ../misc/xosd {
|
xosd = import ../misc/xosd {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user