orca: move python dependencies to pythonPath
It is deprecated but otherwise wrapPython adds everything that is propagated, including dev outputs, to program_PATH, which ends up in the wrapper.
This commit is contained in:
parent
45bf279eaa
commit
ab9bbad9ea
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ buildPythonApplication rec {
|
|||
gobject-introspection
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pythonPath = [
|
||||
pygobject3
|
||||
pyatspi
|
||||
dbus-python
|
||||
|
|
Loading…
Reference in a new issue