1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

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
inherit (callPackage ./common.nix {}) name src;
in stdenvNoCC.mkDerivation {
in stdenv.mkDerivation {
name = name + "-pthreads";
inherit src;

View file

@ -41,6 +41,7 @@ let
libtool = nativePlatforms;
libunistring = nativePlatforms;
windows.wxMSW = nativePlatforms;
windows.mingw_w64_pthreads = nativePlatforms;
};
darwinCommon = {