mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
pthread-win32: use mingw_headers3', for consistency with
gccCrossStageFinal'
This commit is contained in:
parent
bd1c8a5048
commit
4576896ef5
@ -6329,7 +6329,7 @@ let
|
||||
};
|
||||
|
||||
pthreads = callPackage ../os-specific/windows/pthread-w32 {
|
||||
mingw_headers = mingw_headers2;
|
||||
mingw_headers = mingw_headers3;
|
||||
};
|
||||
|
||||
wxMSW = callPackage ../os-specific/windows/wxMSW-2.8 { };
|
||||
|
Loading…
Reference in New Issue
Block a user