libxslt: fixed crossDrv, where no python is available

wip/yesman
Eric Litak 8 years ago
parent f4d163aab7
commit 605f923e92
  1. 2
      pkgs/development/libraries/libxslt/default.nix

@ -1,5 +1,5 @@
{ stdenv, fetchurl, fetchpatch, libxml2, findXMLCatalogs
, pythonSupport ? true, python2
, python2, pythonSupport ? (! stdenv ? cross)
}:
assert pythonSupport -> python2 != null;

Loading…
Cancel
Save