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;
|
||||
|
||||
passthru.pythonPath = [];
|
||||
|
||||
meta = {
|
||||
description = "Python bindings for Qt";
|
||||
license = "GPL";
|
||||
|
@ -53,4 +53,6 @@ in stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.pythonPath = [];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user