Merge branch 'master' to resolve conflicts

This commit is contained in:
Vladimír Čunát
2016-05-05 08:25:38 +02:00
893 changed files with 89619 additions and 32353 deletions
@@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ zlib findXMLCatalogs ];
configureFlags = lib.optional supportPython "--with-python=${python}";
configureFlags = lib.optional supportPython "--with-python=${python}"
++ [ "--exec_prefix=$dev" ];
enableParallelBuilding = true;