libxslt: Don't use stdenv.cross

wip/yesman
John Ericson 7 years ago committed by John Ericson
parent 8ca8293dbc
commit 099b83f90d
  1. 3
      pkgs/development/libraries/libxslt/default.nix

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

Loading…
Cancel
Save