Merge pull request #20899 from elitak/libxslt

libxslt: fixed crossDrv, where no python is available
This commit is contained in:
Frederik Rietdijk 2016-12-04 16:19:02 +01:00 committed by GitHub
commit e4f44475a6

View file

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