pythonPackages.pyqt{,5}: let python.buildEnv detect it
This commit is contained in:
parent
9ff10bb9f9
commit
38ef2df4a6
@ -40,6 +40,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
passthru.pythonPath = [];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python bindings for Qt";
|
description = "Python bindings for Qt";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
|
@ -53,4 +53,6 @@ in stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
passthru.pythonPath = [];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user