diff --git a/pkgs/by-name/li/linyaps/fix-host-path.patch b/pkgs/by-name/li/linyaps/fix-host-path.patch index 3e9227c2465d..dd3c460362ec 100644 --- a/pkgs/by-name/li/linyaps/fix-host-path.patch +++ b/pkgs/by-name/li/linyaps/fix-host-path.patch @@ -25,9 +25,9 @@ index 787e70cb..a71df46a 100644 - "/var/cache/fontconfig", + std::unordered_map statics{ + { "/etc/machine-id", "" }, -+ { "/usr/lib/locale", "" }, + { "/var/cache/fontconfig", "" }, + ++ { "/run/current-system/sw/lib/locale", "/usr/lib/locale"}, + { "/run/current-system/sw/share/X11/fonts", "/usr/share/fonts" }, + { "/run/current-system/sw/share/icons", "/usr/share/icons" }, + { "/run/current-system/sw/share/themes", "/usr/share/themes" },