mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
gnome-tweak-tool: fix eval
This commit is contained in:
parent
3b436d12e3
commit
d9521c3418
@ -22,7 +22,7 @@ in stdenv.mkDerivation rec {
|
||||
gnome3.gnome_desktop wrapGAppsHook
|
||||
python2Packages.pygobject3.dev pythonEnv gobjectIntrospection ];
|
||||
|
||||
PYTHONPATH = "$out/${pythonEnv.python.sitePackages}";
|
||||
PYTHONPATH = "$out/${python2Packages.python.sitePackages}";
|
||||
|
||||
wrapPrefixVariables = [ "PYTHONPATH" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user