Update pkgs/applications/misc/variety/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
3f2f086616
commit
cf69e3dc60
@ -32,7 +32,9 @@ buildPythonApplication rec {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
postInstall = "wrapProgram $out/bin/variety --suffix XDG_DATA_DIRS : ${gtk3}/share/gsettings-schemas/${gtk3.name}/";
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/variety --suffix XDG_DATA_DIRS : ${gtk3}/share/gsettings-schemas/${gtk3.name}/
|
||||
'';
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace variety_lib/varietyconfig.py \
|
||||
|
Loading…
Reference in New Issue
Block a user