mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
libxslt: fixed crossDrv, where no python is available
This commit is contained in:
parent
f4d163aab7
commit
605f923e92
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, fetchpatch, libxml2, findXMLCatalogs
|
||||
, pythonSupport ? true, python2
|
||||
, python2, pythonSupport ? (! stdenv ? cross)
|
||||
}:
|
||||
|
||||
assert pythonSupport -> python2 != null;
|
||||
|
Loading…
Reference in New Issue
Block a user