gpodder: fixup GPODDER_DOWNLOAD_DIR to be more friendly to sandboxing

This commit is contained in:
Colin 2024-01-23 16:44:47 +00:00
parent 8739851f48
commit 7cf9b342cc

View File

@ -17,6 +17,8 @@ in {
# - GPODDER_DISABLE_EXTENSIONS ("yes" or "no")
extraMakeWrapperArgs = (base.extraMakeWrapperArgs or []) ++ [
"--set" "GPODDER_HOME" "~/.local/share/gPodder"
# place downloads in a shared media directory to ensure sandboxed apps can read them
"--set" "GPODDER_DOWNLOAD_DIR" "~/Videos/gPodder"
];
});
# packageUnwrapped = pkgs.gpodder-configured;