astroid: Remove pygobject3 from PYTHONPATH

Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
This commit is contained in:
Federico Damián Schonborn 2023-12-09 00:57:05 -03:00
parent 6faa06862f
commit 8bb04333fa
No known key found for this signature in database
GPG Key ID: F0418D7648392153

View File

@ -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+=(