3
0
Fork 0
forked from mirrors/nixpkgs

git: support cross-compilation by disabling perl support

This commit is contained in:
Rick van Schijndel 2021-05-19 20:35:30 +02:00
parent 3806f9c991
commit 7dda632e2b

View file

@ -5,7 +5,7 @@
, asciidoctor, texinfo, xmlto, docbook2x, docbook_xsl, docbook_xsl_ns, docbook_xml_dtd_45
, libxslt, tcl, tk, makeWrapper, libiconv
, svnSupport, subversionClient, perlLibs, smtpPerlLibs
, perlSupport ? true
, perlSupport ? stdenv.buildPlatform == stdenv.hostPlatform
, nlsSupport ? true
, osxkeychainSupport ? stdenv.isDarwin
, guiSupport