cross: re-enable jbig2dec fix (turns out it is necessary)
This commit is contained in:
@@ -1183,14 +1183,13 @@ in with final; {
|
|||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# jbig2dec = prev.jbig2dec.overrideAttrs (_: {
|
jbig2dec = prev.jbig2dec.overrideAttrs (_: {
|
||||||
# # 2023/12/08: compiles without this fix. i think it's only needed for binfmt
|
# adding configureFlags here fixes: "configure: error: cannot run C compiled programs."
|
||||||
# # adding configureFlags here fixes: "configure: error: cannot run C compiled programs."
|
# autogen needs the --host flag, i guess
|
||||||
# # autogen needs the --host flag, i guess
|
preConfigure = ''
|
||||||
# preConfigure = ''
|
./autogen.sh $configureFlags
|
||||||
# ./autogen.sh $configureFlags
|
'';
|
||||||
# '';
|
});
|
||||||
# });
|
|
||||||
|
|
||||||
# jellyfin-media-player = mvToBuildInputs
|
# jellyfin-media-player = mvToBuildInputs
|
||||||
# [ libsForQt5.wrapQtAppsHook ] # this shouldn't be: but otherwise we get mixed qtbase deps
|
# [ libsForQt5.wrapQtAppsHook ] # this shouldn't be: but otherwise we get mixed qtbase deps
|
||||||
|
Reference in New Issue
Block a user