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" ];
};
}