mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
1728bc8d22
* Regenerated all patches for 1.4.2 and resolved any conflicts. * fix-test-paths.patch doesn't copy the whole locale archive because we have C.UTF8 now. * nixos/flatpak creates a Flatpak system helper user Change introduced in 1.3.2. Changes: See https://github.com/flatpak/flatpak/releases/tag/1.3.1 through 1.4.2.
13 lines
380 B
Diff
13 lines
380 B
Diff
diff --git a/common/flatpak-run.c b/common/flatpak-run.c
|
|
index 8d52d3a5..81700183 100644
|
|
--- a/common/flatpak-run.c
|
|
+++ b/common/flatpak-run.c
|
|
@@ -1232,6 +1232,7 @@ static const ExportData default_exports[] = {
|
|
{"PERLLIB", NULL},
|
|
{"PERL5LIB", NULL},
|
|
{"XCURSOR_PATH", NULL},
|
|
+ {"GDK_PIXBUF_MODULE_FILE", NULL},
|
|
};
|
|
|
|
static const ExportData no_ld_so_cache_exports[] = {
|