mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #20899 from elitak/libxslt
libxslt: fixed crossDrv, where no python is available
This commit is contained in:
commit
e4f44475a6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, fetchpatch, libxml2, findXMLCatalogs
|
||||
, pythonSupport ? true, python2
|
||||
, python2, pythonSupport ? (! stdenv ? cross)
|
||||
}:
|
||||
|
||||
assert pythonSupport -> python2 != null;
|
||||
|
|
Loading…
Reference in a new issue