From 0bd87077c19e8a90f3058c8ec9cf6d566a33b9b2 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 13 Jun 2023 07:04:26 +0000 Subject: [PATCH] komikku: fix for cross compilation --- overlays/cross.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/overlays/cross.nix b/overlays/cross.nix index 949ef262..bab14d17 100644 --- a/overlays/cross.nix +++ b/overlays/cross.nix @@ -679,6 +679,10 @@ in { ./kitty-no-docs.patch ]; }); + komikku = prev.komikku.override { + # GI_TYPELIB_PATH points to x86_64 types in the default build, only when using wrapGAppsHook4 + wrapGAppsHook4 = final.wrapGAppsHook; + }; libgweather = rmNativeBuildInputs [ final.glib ] (prev.libgweather.override { # alternative to emulating python3 is to specify it in `buildInputs` instead of `nativeBuildInputs` (upstream), # but presumably that's just a different way to emulate it.