Update pkgs/applications/misc/variety/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
p3psi 2021-06-13 12:17:29 +08:00 committed by GitHub
parent 3f2f086616
commit cf69e3dc60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \