mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
81bce575de
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
12 lines
430 B
Diff
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},
|