cross: mark argyllcms, jbig2dec as needsBinfmt

This commit is contained in:
Colin 2023-11-25 00:13:49 +00:00
parent 3bde4a70ca
commit 43f7f07d0e

View File

@ -397,6 +397,9 @@ in {
# });
# };
# error: "imdi/imdi_make: line 1: ^?ELF^B^A^A^B<>^A<>@<40>^W^A@8: not found"
argyllcms = needsBinfmt prev.argyllcms;
# binutils = prev.binutils.override {
# # fix that resulting binary files would specify build #!sh as their interpreter.
# # dtrx is the primary beneficiary of this.
@ -988,6 +991,9 @@ in {
# };
# };
# error: "configure: error: cannot run C compiled programs."
jbig2dec = needsBinfmt prev.jbig2dec;
# jellyfin-media-player = mvToBuildInputs
# [ final.libsForQt5.wrapQtAppsHook ] # this shouldn't be: but otherwise we get mixed qtbase deps
# (prev.jellyfin-media-player.overrideAttrs (upstream: {