astroid: Remove pygobject3 from PYTHONPATH

Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
This commit is contained in:
Federico Damián Schonborn
2024-01-13 21:39:27 -03:00
parent 6faa06862f
commit 8bb04333fa
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
sed -i "s~ -geom 10x10~~g" src/config.cc
'';
pythonPath = with python3.pkgs; requiredPythonModules [ pygobject3 ] ++ extraPythonPackages;
pythonPath = with python3.pkgs; requiredPythonModules extraPythonPackages;
preFixup = ''
buildPythonPath "$out $pythonPath"
gappsWrapperArgs+=(