windows.mingw_w64_pthreads: Deprecate
This commit is contained in:
parent
b84321bf45
commit
8e2c959cdb
@ -33,7 +33,7 @@ lib.makeScope newScope (
|
||||
|
||||
mingw_w64_headers = callPackage ./mingw-w64/headers.nix { };
|
||||
|
||||
mingw_w64_pthreads = self.pthreads;
|
||||
mingw_w64_pthreads = lib.warn "windows.mingw_w64_pthreads is deprecated, windows.pthreads should be preferred" self.pthreads;
|
||||
|
||||
mcfgthreads = callPackage ./mcfgthreads { stdenv = crossThreadsStdenv; };
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user