overlays/cross: update upstreaming status

This commit is contained in:
2024-12-19 10:36:04 +00:00
parent 18903a68bb
commit 49727b9453

View File

@@ -272,11 +272,11 @@ in with final; {
# # ];
# });
# 2024/08/12: upstreaming is blocked on poppler-glib (via nautilus)
# 2024/12/18: upstreaming is blocked on poppler-glib (via nautilus)
# fixes: "src/meson.build:106:0: ERROR: Program 'glib-compile-resources' not found or not executable"
# file-roller = mvToNativeInputs [ glib ] prev.file-roller;
# 2024/08/12: upstreaming is unblocked
# 2024/12/18: upstreaming is unblocked
# firejail = prev.firejail.overrideAttrs (upstream: {
# # firejail executes its build outputs to produce the default filter list.
# # i think we *could* copy the default filters from pkgsBuildBuild, but that doesn't seem future proof
@@ -343,7 +343,7 @@ in with final; {
};
# solves (meson) "Run-time dependency libgcab-1.0 found: NO (tried pkgconfig and cmake)", and others.
# 2024/08/12: upstreaming is unblocked
# 2024/12/18: upstreaming is unblocked
# fwupd = (addBuildInputs
# [ gcab ]
# (mvToBuildInputs [ gnutls ] prev.fwupd)
@@ -374,7 +374,6 @@ in with final; {
];
});
# gnustep = prev.gnustep.overrideScope (self: super: {
# # gnustep is going to need a *lot* of work/domain-specific knowledge to truly cross-compile,
# base = super.base.overrideAttrs (upstream: {
@@ -456,7 +455,7 @@ in with final; {
# depsBuildBuild = [ pkg-config ];
# });
# 2024/05/31: upstreaming is blocked on gconf
# 2024/05/31: upstreaming is blocked on openjdk
# "setup: line 1595: ant: command not found"
# i2p = mvToNativeInputs [ ant gettext ] prev.i2p;