mingw-w64-pthreads: The C compiler is needed
It was a copy and paste error from the headers derivation. Also test in release-cross.
This commit is contained in:
parent
cb8349f59f
commit
db475df127
@ -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…
x
Reference in New Issue
Block a user