Skip to content

Commit

Permalink
Revert "gnome-tweak-tool: fix eval"
Browse files Browse the repository at this point in the history
This reverts commit d9521c3.

Cleaner fix in 6e6271e
  • Loading branch information
globin committed Aug 2, 2017
1 parent 6e6271e commit 5d91e80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ in stdenv.mkDerivation rec {
gnome3.gnome_desktop wrapGAppsHook
python2Packages.pygobject3.dev pythonEnv gobjectIntrospection ];

PYTHONPATH = "$out/${python2Packages.python.sitePackages}";
PYTHONPATH = "$out/${pythonEnv.python.sitePackages}";

wrapPrefixVariables = [ "PYTHONPATH" ];

Expand Down

1 comment on commit 5d91e80

@FRidh
Copy link
Member

@FRidh FRidh commented on 5d91e80 Aug 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix in the meantime.

Please sign in to comment.