overlays/cross: remove broken cdrtools fix (that project is INSANE)

This commit is contained in:
Colin 2024-05-31 09:40:44 +00:00
parent 5cba283859
commit d692ac9851

View File

@ -152,15 +152,6 @@ in with final; {
mesonFlags = lib.remove "-Dgtk_doc=true" upstream.mesonFlags;
});
# 2024/05/31: upstreaming is unblocked
# cdrtools = prev.cdrtools.overrideAttrs (upstream: {
# # can't get it to actually use our CC, even when specifying these explicitly
# # CC = "${stdenv.cc}/bin/${stdenv.cc.targetPrefix}cc";
# makeFlags = upstream.makeFlags ++ [
# "CC=${stdenv.cc}/bin/${stdenv.cc.targetPrefix}cc"
# ];
# });
# 2024/05/31: upstreaming is blocked by qtsvg, appstream
# clapper = prev.clapper.overrideAttrs (upstream: {
# # use the host gjs (meson's find_program expects it to be executable)