overlays/cross: update upstreaming status

This commit is contained in:
2025-05-02 04:40:55 +00:00
parent 5ad27f2ec0
commit 517d12c700

View File

@@ -199,7 +199,7 @@ in with final; {
'';
});
# 2024/11/19: upstreaming is unblocked
# 2025/05/01: upstreaming is blocked on sdl3 (fix is in staging)
delfin = (prev.delfin.override {
cargo = crossCargo;
}).overrideAttrs (upstream: {
@@ -209,7 +209,7 @@ in with final; {
];
});
# 2024/11/19: upstreaming is unblocked
# 2025/05/01: upstreaming is unblocked
dialect = prev.dialect.overrideAttrs (upstream: {
# error: "<dialect> is not allowed to refer to the following paths: <build python>"
# dialect's meson build script sets host binaries to use build PYTHON
@@ -229,7 +229,7 @@ in with final; {
# binutils = binutils-unwrapped;
# };
# 2025/01/13: upstreaming is unblocked
# 2025/05/01: upstreaming is unblocked
# emacs = prev.emacs.override {
# nativeComp = false; # will be renamed to `withNativeCompilation` in future
# # future: we can specify 'action-if-cross-compiling' to actually invoke the test programs:
@@ -253,7 +253,7 @@ in with final; {
# buildInputs = lib.filter (p: p.name != extra-cmake-modules.name) upstream.buildInputs;
# });
# 2025/01/25: upstreaming is unblocked
# 2025/05/01: 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
@@ -267,7 +267,7 @@ in with final; {
# '');
# });
# 2025/01/13: upstreaming is unblocked
# 2025/05/01: upstreaming is unblocked
# flare-signal = prev.flare-signal.overrideAttrs (upstream: {
# env = let
# inherit buildPackages stdenv rust;
@@ -289,24 +289,23 @@ in with final; {
# };
# });
# 2025/01/13: upstreaming is blocked by glycin-loaders
# 2025/05/01: upstreaming is blocked by glycin-loaders
fractal = prev.fractal.override {
cargo = crossCargo;
};
# 2025/01/13: upstreaming is unblocked
# 2025/05/01: upstreaming is unblocked
glycin-loaders = (prev.glycin-loaders.override {
cargo = crossCargo;
});
# gnustep = prev.gnustep.overrideScope (self: super: {
# 2025/05/01: upstreaming is unblocked
# # gnustep is going to need a *lot* of work/domain-specific knowledge to truly cross-compile,
# base = super.base.overrideAttrs (upstream: {
# gnustep-base = prev.gnustep-base.overrideAttrs (upstream: {
# # fixes: "checking FFI library usage... ./configure: line 11028: pkg-config: command not found"
# # nixpkgs has this in nativeBuildInputs... but that's failing when we partially emulate things.
# buildInputs = (upstream.buildInputs or []) ++ [ prev.pkg-config ];
# });
# });
# 2025/01/13: upstreaming is blocked on gnome-shell
# fixes: "gdbus-codegen not found or executable"
@@ -342,7 +341,7 @@ in with final; {
# which it shells out to at runtime (and hence, not ever used by me).
hyprland-qtutils = null;
# 2025/01/13: upstreaming is blocked on java-service-wrapper
# 2025/05/01: upstreaming is blocked on java-service-wrapper
# "setup: line 1595: ant: command not found"
# i2p = mvToNativeInputs [ ant gettext ] prev.i2p;
@@ -577,7 +576,7 @@ in with final; {
];
});
# 2025/04/04: upstreaming is unblocked
# 2025/05/01: upstreaming is unblocked
papers = prev.papers.override {
cargo = crossCargo;
};
@@ -608,7 +607,7 @@ in with final; {
# ];
# } prev.phosh-mobile-settings;
# 2025/04/04: upstreaming is unblocked
# 2025/05/01: upstreaming is unblocked
pwvucontrol = prev.pwvucontrol.override {
cargo = crossCargo;
};
@@ -703,18 +702,18 @@ in with final; {
# });
# });
# 2025/04/04: upstreaming is blocked on glycin-loaders
# 2025/05/01: upstreaming is blocked on glycin-loaders
snapshot = prev.snapshot.override {
# fixes "error: linker `cc` not found"
cargo = crossCargo;
};
# 2025/04/04: upstreaming is unblocked
# 2025/05/01: upstreaming is unblocked
spot = prev.spot.override {
cargo = crossCargo;
};
# 2025/04/04: upstreaming is unblocked
# 2025/05/01: upstreaming is unblocked
# squeekboard = prev.squeekboard.overrideAttrs (upstream: {
# # fixes: "meson.build:1:0: ERROR: 'rust' compiler binary not defined in cross or native file"
# # new error: "meson.build:1:0: ERROR: Rust compiler rustc --target aarch64-unknown-linux-gnu -C linker=aarch64-unknown-linux-gnu-gcc can not compile programs."
@@ -801,7 +800,7 @@ in with final; {
# });
# };
# 2025/01/13: upstreaming is unblocked
# 2025/05/01: upstreaming is unblocked
video-trimmer = prev.video-trimmer.override {
cargo = crossCargo;
};
@@ -812,7 +811,7 @@ in with final; {
# # setting this to null means visidata will work as normal but not be able to load hdf files.
# h5py = null;
# };
# 2025/01/28: upstreaming is blocked on qtsvg
# 2025/05/01: upstreaming is blocked on qtsvg
# vlc = prev.vlc.overrideAttrs (orig: {
# # fixes: "configure: error: could not find the LUA byte compiler"
# # fixes: "configure: error: protoc compiler needed for chromecast was not found"
@@ -824,7 +823,7 @@ in with final; {
# };
# });
# 2024/08/12: upstreaming is unblocked
# 2025/05/01: upstreaming is blocked on ruby
# fixes `hostPrograms.moby.neovim` (but breaks eval of `hostPkgs.moby.neovim` :o)
# wrapNeovimUnstable = neovim: config: (prev.wrapNeovimUnstable neovim config).overrideAttrs (upstream: {
# # nvim wrapper has a sanity check that the plugins will load correctly.