Merge branch 'master' into staging

This commit is contained in:
Nikolay Amiantov
2016-08-15 10:34:28 +03:00
121 changed files with 1115 additions and 948 deletions

View File

@@ -40,7 +40,10 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
passthru.pythonPath = [];
passthru = {
pythonPath = [];
qt = qt4;
};
meta = {
description = "Python bindings for Qt";