about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-01-14 21:22:08 +0800
committerGitHub <noreply@github.com>2024-01-14 21:22:08 +0800
commit8ec878066cb131c31035ff5604faaa9cc34961ed (patch)
treee760e1bcdc53b4aa81f63df8fe7bc34ab31ea877 /pkgs/applications/editors
parente52366c4d82286ccb62bd6812e370141466d53c0 (diff)
parent9d7136ff2abdc93000fe6070e4969dfc02379ce2 (diff)
Merge pull request #273060 from FedericoSchonborn/libpeas-pygobject3
libpeas, libpeas2: Fix Python loader
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/gnome-builder/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/applications/editors/gnome-builder/default.nix b/pkgs/applications/editors/gnome-builder/default.nix
index fc3f3fd274741..da36d5f111f71 100644
--- a/pkgs/applications/editors/gnome-builder/default.nix
+++ b/pkgs/applications/editors/gnome-builder/default.nix
@@ -73,7 +73,6 @@ stdenv.mkDerivation rec {
     ninja
     pkg-config
     python3
-    python3.pkgs.wrapPython
     wrapGAppsHook4
   ];
 
@@ -137,12 +136,8 @@ stdenv.mkDerivation rec {
       meson test --print-errorlogs
   '';
 
-  pythonPath = with python3.pkgs; requiredPythonModules [ pygobject3 ];
-
   preFixup = ''
-    buildPythonPath "$out $pythonPath"
     gappsWrapperArgs+=(
-      --prefix PYTHONPATH : "$program_PYTHONPATH"
       # For sysprof-agent
       --prefix PATH : "${sysprof}/bin"
     )