mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
pythonPackages.pyqt{,5}: let python.buildEnv detect it
This commit is contained in:
parent
9ff10bb9f9
commit
38ef2df4a6
2 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue