libxslt: Don't use stdenv.cross

This commit is contained in:
John Ericson
2017-06-28 00:55:21 -04:00
committed by John Ericson
parent 8ca8293dbc
commit 099b83f90d
@@ -1,6 +1,7 @@
{ stdenv, fetchurl, fetchpatch, libxml2, findXMLCatalogs, python2
, buildPlatform, hostPlatform
, cryptoSupport ? false
, pythonSupport ? (! stdenv ? cross)
, pythonSupport ? buildPlatform == hostPlatform
}:
assert pythonSupport -> python2 != null;