Add pthreads-w32.

svn path=/nixpkgs/trunk/; revision=31927
This commit is contained in:
Ludovic Courtès
2012-01-30 09:53:45 +00:00
parent 67a45c1d25
commit 010edf825c
2 changed files with 57 additions and 0 deletions

View File

@@ -6253,6 +6253,10 @@ let
paths = [ w32api mingw_runtime ];
};
pthreads = callPackage ../os-specific/windows/pthread-w32 {
mingw_headers = mingw_headers2;
};
wxMSW = callPackage ../os-specific/windows/wxMSW-2.8 { };
};