summary refs log tree commit diff
path: root/pkgs/os-specific/windows/pthread-w32/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/windows/pthread-w32/default.nix')
-rw-r--r--pkgs/os-specific/windows/pthread-w32/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/windows/pthread-w32/default.nix b/pkgs/os-specific/windows/pthread-w32/default.nix
index ef42dadc2973..7cd414a97b08 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, mingw_header, hostPlatform, buildPlatform }:
+{ fetchurl, stdenv, hostPlatform, buildPlatform }:
 
 # This file is tweaked for cross-compilation only.
 assert hostPlatform != buildPlatform;