3
0
Fork 0
forked from mirrors/nixpkgs

libxslt: Don't use stdenv.cross

This commit is contained in:
John Ericson 2017-02-11 01:51:13 -05:00 committed by John Ericson
parent 8ca8293dbc
commit 099b83f90d

View file

@ -1,6 +1,7 @@
{ stdenv, fetchurl, fetchpatch, libxml2, findXMLCatalogs, python2
, buildPlatform, hostPlatform
, cryptoSupport ? false
, pythonSupport ? (! stdenv ? cross)
, pythonSupport ? buildPlatform == hostPlatform
}:
assert pythonSupport -> python2 != null;