about summary refs log tree commit diff
path: root/pkgs/development/libraries/glib/fix-gio-launch-desktop-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/glib/fix-gio-launch-desktop-path.patch')
-rw-r--r--pkgs/development/libraries/glib/fix-gio-launch-desktop-path.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/development/libraries/glib/fix-gio-launch-desktop-path.patch b/pkgs/development/libraries/glib/fix-gio-launch-desktop-path.patch
deleted file mode 100644
index 4fdec2dd7e7d..000000000000
--- a/pkgs/development/libraries/glib/fix-gio-launch-desktop-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/gio/gdesktopappinfo.c
-+++ b/gio/gdesktopappinfo.c
-@@ -2725,7 +2725,7 @@ g_desktop_app_info_launch_uris_with_spawn (GDesktopAppInfo            *info,
- 
-           /* Fall back on usual searching in $PATH */
-           if (tmp == NULL)
--            tmp = "gio-launch-desktop";
-+            tmp = "@bindir@/gio-launch-desktop";
-           g_once_init_leave (&gio_launch_desktop_path, tmp);
-         }
-