run: Remove hardcoded GI_TYPELIB_PATH

This is now better done in the [Environment] part of
the runtime metadata
This commit is contained in:
Alexander Larsson
2015-05-25 15:35:54 +02:00
parent 7f6d801d8e
commit 111eff480e

View File

@@ -1261,7 +1261,6 @@ static const struct {const char *env; const char *val;} default_exports[] = {
{"_LD_LIBRARY_PATH", "/app/lib"},
{"XDG_CONFIG_DIRS","/app/etc/xdg:/etc/xdg"},
{"XDG_DATA_DIRS","/app/share:/usr/share"},
{"GI_TYPELIB_PATH","/app/lib/girepository-1.0"},
{"SHELL","/bin/sh"},
};