Commit 8e2c959c authored by Ross Smyth's avatar Ross Smyth
Browse files

windows.mingw_w64_pthreads: Deprecate

parent b84321bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; };