gnome.totem: Do not set PYTHONPATH
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
This commit is contained in:
parent
0729a314c5
commit
3a50e0e6cb
1 changed files with 0 additions and 4 deletions
|
@ -91,9 +91,7 @@ stdenv.mkDerivation rec {
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
gnome-desktop
|
gnome-desktop
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
# for plug-ins
|
|
||||||
python3Packages.pygobject3
|
python3Packages.pygobject3
|
||||||
python3Packages.dbus-python
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
|
@ -124,8 +122,6 @@ stdenv.mkDerivation rec {
|
||||||
runHook postCheck
|
runHook postCheck
|
||||||
'';
|
'';
|
||||||
|
|
||||||
wrapPrefixVariables = [ "PYTHONPATH" ];
|
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome.updateScript {
|
updateScript = gnome.updateScript {
|
||||||
packageName = "totem";
|
packageName = "totem";
|
||||||
|
|
Loading…
Reference in a new issue