Update wine dependency on flex and add myself as maintainer

svn path=/nixpkgs/trunk/; revision=19433
This commit is contained in:
Michael Raskin 2010-01-14 13:17:40 +00:00
parent f00b7292e7
commit 3f30914672
2 changed files with 4 additions and 1 deletions

View File

@ -45,5 +45,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.winehq.org/";
license = "LGPL";
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
maintainers = [ stdenv.lib.maintainers.raskin ];
platforms = [ "i686-linux" ];
};
}

View File

@ -8703,9 +8703,10 @@ let
// {system = "x86_64-linux";}
else
import ../misc/emulators/wine {
inherit fetchurl stdenv flex bison mesa ncurses
inherit fetchurl stdenv bison mesa ncurses
libpng libjpeg alsaLib lcms xlibs freetype
fontconfig fontforge libxml2 libxslt openssl;
flex = flex2535;
};
xosd = import ../misc/xosd {