Remove top-level pyqt4

See #11567.
This commit is contained in:
Frederik Rietdijk
2016-08-14 12:37:20 +02:00
parent 4b2120f5b8
commit 6842a24b21
13 changed files with 41 additions and 41 deletions

View File

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