cross: koreader-from-src: fix by emulating luajit

This commit is contained in:
Colin 2023-07-23 11:37:18 +00:00
parent c353f06832
commit 3121a6a7e9

View File

@ -733,6 +733,10 @@ in {
final.autoPatchelfHook
];
});
koreader-from-src = prev.koreader-from-src.override {
# fixes runtime error: luajit: ./ffi/util.lua:757: attempt to call field 'pack' (a nil value)
inherit (emulated) luajit;
};
libgweather = rmNativeInputs [ 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.