Merge accepted cross compilation PRs into staging

This commit is contained in:
John Ericson
2017-06-28 23:17:21 -04:00
83 changed files with 307 additions and 346 deletions
@@ -1,6 +1,7 @@
{ stdenv, hostPlatform, fetchurl, fetchpatch, libxml2, findXMLCatalogs, python2
{ stdenv, fetchurl, fetchpatch, libxml2, findXMLCatalogs, python2
, buildPlatform, hostPlatform
, cryptoSupport ? false
, pythonSupport ? (! stdenv ? cross)
, pythonSupport ? buildPlatform == hostPlatform
}:
assert pythonSupport -> python2 != null;