diff --git a/overlays/cross.nix b/overlays/cross.nix index a8bed1434..d12b74371 100644 --- a/overlays/cross.nix +++ b/overlays/cross.nix @@ -237,7 +237,7 @@ in with final; { cargo = crossCargo; }; - # 2025/07/27: upstreaming is unblocked + # 2025/08/17: upstreaming is unblocked glycin-loaders = prev.glycin-loaders.override { cargo = crossCargo; }; @@ -271,7 +271,7 @@ in with final; { # ]; # }); - # 2025/07/27: upstreaming is unblocked + # 2025/08/17: upstreaming is unblocked gnome-user-share = prev.gnome-user-share.override { cargo = crossCargo; }; @@ -506,7 +506,7 @@ in with final; { # # buildInputs = lib.remove gnupg upstream.buildInputs; # }); - # 2025/07/27: upstreaming is unblocked, but most of this belongs in _oils_ repo + # 2025/08/17: upstreaming is unblocked, but most of this belongs in _oils_ repo oils-for-unix = prev.oils-for-unix.overrideAttrs (upstream: { postPatch = (upstream.postPatch or "") + '' substituteInPlace _build/oils.sh \ @@ -734,7 +734,7 @@ in with final; { cargo = crossCargo; }; - # 2025/07/27: upstreaming is unblocked + # 2025/08/17: upstreaming is unblocked spot = prev.spot.override { cargo = crossCargo; }; @@ -783,7 +783,7 @@ in with final; { # ]; # }); - # 2025/07/27: upstreaming blocked on gvfs -> udisks -> libblockdev -> {thin-provisioning-tools,libndctl -> ... -> ruby} + # 2025/08/17: upstreaming blocked on gvfs -> udisks -> libblockdev -> {thin-provisioning-tools,libndctl -> ... -> ruby} swaynotificationcenter = mvToNativeInputs [ buildPackages.wayland-scanner ] prev.swaynotificationcenter; # 2025/07/27: upstreaming is unblocked @@ -834,7 +834,7 @@ in with final; { # }); # }; - # 2025/05/01: upstreaming is unblocked + # 2025/08/17: upstreaming is unblocked video-trimmer = prev.video-trimmer.override { cargo = crossCargo; };