gnome.gnome-tweaks: 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:
Jan Tojnar
2021-10-13 21:14:11 +02:00
parent 3457360168
commit 45bf279eaa
@@ -56,7 +56,7 @@ python3Packages.buildPythonApplication rec {
libsoup
];
propagatedBuildInputs = with python3Packages; [
pythonPath = with python3Packages; [
pygobject3
];