Merge pull request #33357 from bnikolic/mingw64-pthreads
Correct derivation of pthreads on mingw64
This commit is contained in:
commit
0e3be421e3
@ -1,9 +1,9 @@
|
|||||||
{ stdenvNoCC, callPackage }:
|
{ stdenv, callPackage }:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (callPackage ./common.nix {}) name src;
|
inherit (callPackage ./common.nix {}) name src;
|
||||||
|
|
||||||
in stdenvNoCC.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = name + "-pthreads";
|
name = name + "-pthreads";
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
||||||
|
@ -41,6 +41,7 @@ let
|
|||||||
libtool = nativePlatforms;
|
libtool = nativePlatforms;
|
||||||
libunistring = nativePlatforms;
|
libunistring = nativePlatforms;
|
||||||
windows.wxMSW = nativePlatforms;
|
windows.wxMSW = nativePlatforms;
|
||||||
|
windows.mingw_w64_pthreads = nativePlatforms;
|
||||||
};
|
};
|
||||||
|
|
||||||
darwinCommon = {
|
darwinCommon = {
|
||||||
|
Loading…
Reference in New Issue
Block a user