libxslt: Don't use stdenv.cross
This commit is contained in:
parent
8ca8293dbc
commit
099b83f90d
|
@ -1,6 +1,7 @@
|
||||||
{ stdenv, fetchurl, fetchpatch, libxml2, findXMLCatalogs, python2
|
{ stdenv, fetchurl, fetchpatch, libxml2, findXMLCatalogs, python2
|
||||||
|
, buildPlatform, hostPlatform
|
||||||
, cryptoSupport ? false
|
, cryptoSupport ? false
|
||||||
, pythonSupport ? (! stdenv ? cross)
|
, pythonSupport ? buildPlatform == hostPlatform
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert pythonSupport -> python2 != null;
|
assert pythonSupport -> python2 != null;
|
||||||
|
|
Loading…
Reference in New Issue