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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;