mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 02:23:07 +03:00
Merge pull request #59665 from hedning/flatpak-fix-pixbuf-leakage
flatpak: clear GDK_PIXBUF_MODULE_FILE
This commit is contained in:
commit
91a9000cba
@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
# patch taken from gtk_doc
|
# patch taken from gtk_doc
|
||||||
./respect-xml-catalog-files-var.patch
|
./respect-xml-catalog-files-var.patch
|
||||||
./use-flatpak-from-path.patch
|
./use-flatpak-from-path.patch
|
||||||
|
./unset-env-vars.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
10
pkgs/development/libraries/flatpak/unset-env-vars.patch
Normal file
10
pkgs/development/libraries/flatpak/unset-env-vars.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- a/common/flatpak-run.c
|
||||||
|
+++ b/common/flatpak-run.c
|
||||||
|
@@ -1192,6 +1192,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[] = {
|
Loading…
Reference in New Issue
Block a user