* Get Wine to work (basically) by linking it against Glibc 2.6 with
NPTL. Apparently Wine doesn't work with Glibc 2.5 + LinuxThreads. svn path=/nixpkgs/trunk/; revision=9165
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
mesa, libXcursor, libXinerama, libXrandr,
|
||||
libXrender, libXxf86vm, alsaLib, ncurses, libjpeg,
|
||||
lcms}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "wine-0.9.42";
|
||||
name = "wine-0.9.43";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://switch.dl.sourceforge.net/sourceforge/wine/wine-0.9.42.tar.bz2;
|
||||
sha256 = "1hjqpnwvnpgsc776jdxyl4qw38zilwcfi8krvxlv4wsq0c4isr9v";
|
||||
url = http://switch.dl.sourceforge.net/sourceforge/wine/wine-0.9.43.tar.bz2;
|
||||
sha256 = "0r6rz3zi5p7razn957lf2zy290hp36jrlfz4cpy23y9179r8i66x";
|
||||
};
|
||||
|
||||
buildInputs = [libX11 libICE gtk flex bison libXi mesa libXcursor
|
||||
|
||||
Reference in New Issue
Block a user