* Add Wine to the channel.

svn path=/nixpkgs/trunk/; revision=9191
This commit is contained in:
Eelco Dolstra 2007-08-24 11:37:07 +00:00
parent 50321b735b
commit c9bd5b7397
2 changed files with 7 additions and 0 deletions

View File

@ -38,4 +38,10 @@ stdenv.mkDerivation {
# Don't shrink the ELF RPATHs in order to keep the extra RPATH # Don't shrink the ELF RPATHs in order to keep the extra RPATH
# elements specified above. # elements specified above.
dontPatchELF = true; dontPatchELF = true;
meta = {
homepage = "http://www.winehq.org/";
license = "LGPL";
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
};
} }

View File

@ -167,6 +167,7 @@ let {
vlc vlc
w3m w3m
wget wget
wine
wirelesstools wirelesstools
wxHaskell wxHaskell
x11_ssh_askpass x11_ssh_askpass