From 1bfaf17b146f3cbfc471c36bec20131c44e95877 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Tue, 2 Oct 2007 20:06:24 +0000 Subject: [PATCH] Bumped Wine version svn path=/nixpkgs/trunk/; revision=9393 --- pkgs/misc/emulators/wine/default.nix | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/pkgs/misc/emulators/wine/default.nix b/pkgs/misc/emulators/wine/default.nix index cefefb8699e3..8106390674eb 100644 --- a/pkgs/misc/emulators/wine/default.nix +++ b/pkgs/misc/emulators/wine/default.nix @@ -7,12 +7,12 @@ assert stdenv.isLinux; let lib = import ../../../lib/default.nix; in stdenv.mkDerivation { - name = "wine-0.9.43"; + name = "wine-0.9.46"; src = fetchurl { - url = mirror://sourceforge/wine/wine-0.9.43.tar.bz2; - sha256 = "0r6rz3zi5p7razn957lf2zy290hp36jrlfz4cpy23y9179r8i66x"; - }; + url = mirror://sourceforge/wine/wine-0.9.46.tar.bz2; + sha256 = "0c5fapw38bivipi8yzci3swxyhl9g67dpicqzslwmffwbi9y9z3i"; + }; buildInputs = [ xlibs.xlibs flex bison xlibs.libXi mesa @@ -21,12 +21,6 @@ stdenv.mkDerivation { libpng libjpeg lcms fontforge ]; - patches = [ - # Based on http://bugs.winehq.org/attachment.cgi?id=5708, - # see http://bugs.winehq.org/show_bug.cgi?id=2398. - ./opengl-child-window.patch - ]; - # Wine locates a lot of libraries dynamically through dlopen(). Add # them to the RPATH so that the user doesn't have to set them in # LD_LIBRARY_PATH.