summary refs log tree commit diff
path: root/pkgs/top-level/release-cross.nix
diff options
context:
space:
mode:
authorBojan Nikolic <bojan@bnikolic.co.uk>2018-01-02 22:37:12 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-01-02 19:01:18 -0500
commitdb475df127f8c82853181c46501c142ff020c3d8 (patch)
tree43d75062151f2f29978cacaa57b03dcdc0009007 /pkgs/top-level/release-cross.nix
parentcb8349f59f8e3bf658865b5bc34f07c4e8868bc3 (diff)
downloadnixlib-db475df127f8c82853181c46501c142ff020c3d8.tar
nixlib-db475df127f8c82853181c46501c142ff020c3d8.tar.gz
nixlib-db475df127f8c82853181c46501c142ff020c3d8.tar.bz2
nixlib-db475df127f8c82853181c46501c142ff020c3d8.tar.lz
nixlib-db475df127f8c82853181c46501c142ff020c3d8.tar.xz
nixlib-db475df127f8c82853181c46501c142ff020c3d8.tar.zst
nixlib-db475df127f8c82853181c46501c142ff020c3d8.zip
mingw-w64-pthreads: The C compiler is needed
It was a copy and paste error from the headers derivation. Also test in
release-cross.
Diffstat (limited to 'pkgs/top-level/release-cross.nix')
-rw-r--r--pkgs/top-level/release-cross.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index b00d74b5e145..ce6fba9c40f3 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -41,6 +41,7 @@ let
     libtool = nativePlatforms;
     libunistring = nativePlatforms;
     windows.wxMSW = nativePlatforms;
+    windows.mingw_w64_pthreads = nativePlatforms;
   };
 
   darwinCommon = {