pythonPackages.pyqt{,5}: let python.buildEnv detect it

This commit is contained in:
Nikolay Amiantov 2016-05-14 04:22:50 +03:00
parent 9ff10bb9f9
commit 38ef2df4a6
2 changed files with 4 additions and 0 deletions

View file

@ -40,6 +40,8 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
passthru.pythonPath = [];
meta = {
description = "Python bindings for Qt";
license = "GPL";

View file

@ -53,4 +53,6 @@ in stdenv.mkDerivation {
'';
enableParallelBuilding = true;
passthru.pythonPath = [];
}