komikku: fix for cross compilation

This commit is contained in:
Colin 2023-06-13 07:04:26 +00:00
parent 601bf567eb
commit 0bd87077c1

View File

@ -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.