Author: simons
Date: Wed Jan 26 15:39:40 2011
New Revision: 25693
URL: https://svn.nixos.org/websvn/nix/?rev=25693&sc=1

Log:
pkgs/misc/emulators/wine: enable Hydra builds on x86_64-linux

Wine is supposed to compile on both 32 and 64-bit Linux. When I try to build
it in a 64 bit environment, however, the build fails while compiling libgmp,
saying that the C compiler in bootstrap-tools doesn't support C++. I'm not
sure why that happens. Hopefully, the builds in Hydra give me some clue
about this phenomenon.

Modified:
   nixpkgs/trunk/pkgs/misc/emulators/wine/default.nix

Modified: nixpkgs/trunk/pkgs/misc/emulators/wine/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/misc/emulators/wine/default.nix  Wed Jan 26 15:39:24 
2011        (r25692)
+++ nixpkgs/trunk/pkgs/misc/emulators/wine/default.nix  Wed Jan 26 15:39:40 
2011        (r25693)
@@ -53,7 +53,7 @@
     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" ];
+    maintainers = [stdenv.lib.maintainers.raskin 
stdenv.lib.maintainers.simons];
+    platforms = stdenv.lib.platforms.linux;
   };
 }
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to