onboard: 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.
main
Jan Tojnar 3 years ago
parent 6fbc97704c
commit e90c3e2fe5
  1. 2
      pkgs/applications/misc/onboard/default.nix

@ -80,7 +80,7 @@ python3.pkgs.buildPythonApplication rec {
xorg.libxkbfile
] ++ lib.optional atspiSupport at-spi2-core;
propagatedBuildInputs = with python3.pkgs; [
pythonPath = with python3.pkgs; [
dbus-python
distutils_extra
pyatspi

Loading…
Cancel
Save