pthread-w32: add missing args

Fixes #40207
This commit is contained in:
Matthew Justin Bauer
2018-05-09 02:51:59 -05:00
committed by GitHub
parent 0481467282
commit e203a9a553

View File

@@ -1,4 +1,4 @@
{ fetchurl, stdenv, mingw_headers }:
{ fetchurl, stdenv, mingw_header, hostPlatform, buildPlatform }:
# This file is tweaked for cross-compilation only.
assert hostPlatform != buildPlatform;