nixpkgs/pkgs/by-name/fl/flatpak/unset-env-vars.patch
seth 81bce575de
flatpak: 1.14.6 -> 1.14.8
1.14.8 is identical to 1.14.7, with the exception of mismatching
submodule versions in the release tarball being fixed

Changelog: https://github.com/flatpak/flatpak/releases/tag/1.14.7
2024-06-25 14:20:21 -04:00

12 lines
430 B
Diff

diff --git a/common/flatpak-run.c b/common/flatpak-run.c
index e3f031d4..ed131c0b 100644
--- a/common/flatpak-run.c
+++ b/common/flatpak-run.c
@@ -571,6 +571,7 @@ static const ExportData default_exports[] = {
{"XKB_CONFIG_ROOT", NULL},
{"GIO_EXTRA_MODULES", NULL},
{"GDK_BACKEND", NULL},
+ {"GDK_PIXBUF_MODULE_FILE", NULL},
{"VK_ADD_DRIVER_FILES", NULL},
{"VK_ADD_LAYER_PATH", NULL},
{"VK_DRIVER_FILES", NULL},