summary refs log tree commit diff
path: root/pkgs/os-specific/windows/pthread-w32/default.nix
diff options
context:
space:
mode:
authorMatthew Bauer <matthew.bauer@obsidian.systems>2018-08-06 16:25:25 -0400
committerMatthew Bauer <matthew.bauer@obsidian.systems>2018-08-07 14:16:55 -0400
commit9cee386f38cff036b48cfd8af916411eb84c6b3b (patch)
treec37fcf6c98d1d0b081f1ab56f9a4ab77990f15e9 /pkgs/os-specific/windows/pthread-w32/default.nix
parent31e11bdd60fd164bc7f52c0a4f59024382a58851 (diff)
downloadnixpkgs-9cee386f38cff036b48cfd8af916411eb84c6b3b.tar
nixpkgs-9cee386f38cff036b48cfd8af916411eb84c6b3b.tar.gz
nixpkgs-9cee386f38cff036b48cfd8af916411eb84c6b3b.tar.bz2
nixpkgs-9cee386f38cff036b48cfd8af916411eb84c6b3b.tar.lz
nixpkgs-9cee386f38cff036b48cfd8af916411eb84c6b3b.tar.xz
nixpkgs-9cee386f38cff036b48cfd8af916411eb84c6b3b.tar.zst
nixpkgs-9cee386f38cff036b48cfd8af916411eb84c6b3b.zip
windows: refactor
Diffstat (limited to 'pkgs/os-specific/windows/pthread-w32/default.nix')
-rw-r--r--pkgs/os-specific/windows/pthread-w32/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/windows/pthread-w32/default.nix b/pkgs/os-specific/windows/pthread-w32/default.nix
index 7cd414a97b0..e84270270f8 100644
--- a/pkgs/os-specific/windows/pthread-w32/default.nix
+++ b/pkgs/os-specific/windows/pthread-w32/default.nix
@@ -1,4 +1,4 @@
-{ fetchurl, stdenv, hostPlatform, buildPlatform }:
+{ fetchurl, stdenv, hostPlatform, buildPlatform, mingwrt }:
 
 # This file is tweaked for cross-compilation only.
 assert hostPlatform != buildPlatform;
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
                s/dlltool/i686-pc-mingw32-dlltool/g'
     '';
 
-  buildInputs = [ mingw_headers ];
+  buildInputs = [ mingwrt ];
 
   buildPhase = "make GC";        # to build the GNU C dll with C cleanup code