gnome.totem: Do not set PYTHONPATH

Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
This commit is contained in:
Federico Damián Schonborn 2023-12-09 01:00:24 -03:00
parent 0729a314c5
commit 3a50e0e6cb
No known key found for this signature in database
GPG key ID: F0418D7648392153

View file

@ -91,9 +91,7 @@ stdenv.mkDerivation rec {
adwaita-icon-theme
gnome-desktop
gsettings-desktop-schemas
# for plug-ins
python3Packages.pygobject3
python3Packages.dbus-python
];
nativeCheckInputs = [
@ -124,8 +122,6 @@ stdenv.mkDerivation rec {
runHook postCheck
'';
wrapPrefixVariables = [ "PYTHONPATH" ];
passthru = {
updateScript = gnome.updateScript {
packageName = "totem";