Merge commit 'db475df127f8c82853181c46501c142ff020c3d8' into ericson2314-cross-base

This commit is contained in:
John Ericson 2018-01-02 19:50:28 -05:00
commit e3993464d9
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -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 = {