From 150b0712cdbd7669b20233895b32d2f7bbbefdf0 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 31 May 2007 14:02:16 +0000 Subject: * Very subtle purity error: on NixOS, wxGTK wasn't being built with Xinerama support. It gets libXinerama as an explicit build input, but it checks for its existence in /usr/X11/include etc. This caused Bittorrent to fail (NIXPKGS-61). Backported the builder fixes from wxGTK 2.8. svn path=/nixpkgs/trunk/; revision=8813 --- pkgs/development/python-modules/wxPython/2.6.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/wxPython') diff --git a/pkgs/development/python-modules/wxPython/2.6.nix b/pkgs/development/python-modules/wxPython/2.6.nix index e31b2a2ea75f..6dbf28207508 100644 --- a/pkgs/development/python-modules/wxPython/2.6.nix +++ b/pkgs/development/python-modules/wxPython/2.6.nix @@ -1,6 +1,6 @@ {stdenv, fetchurl, pkgconfig, wxGTK, python}: -assert wxGTK.compat22; +assert wxGTK.unicode; stdenv.mkDerivation { name = "wxPython-2.6.3.3"; -- cgit 1.4.1