From 2a5eb3c14107dd143b465026cdb3a387710ac5c4 Mon Sep 17 00:00:00 2001 From: rewine Date: Tue, 19 May 2026 21:34:22 +0800 Subject: [PATCH] linyaps: fix host path for locale --- pkgs/by-name/li/linyaps/fix-host-path.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },