windows.mingw_w64_pthreads: Deprecate

This commit is contained in:
Ross Smyth
2025-08-01 15:47:52 -04:00
parent b84321bf45
commit 8e2c959cdb
+1 -1
View File
@@ -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; };