cross: fix xarchiver by fetching patch from upstream PR instead of with overlay

This commit is contained in:
2025-05-12 23:14:12 +00:00
parent 7d8fbf64dc
commit c0878f1717
2 changed files with 7 additions and 2 deletions

View File

@@ -767,6 +767,6 @@ in with final; {
# upstream.postBuild;
# });
# 2025/04/04: upstreaming is blocked on unar (gnustep), unless i also make that optional
xarchiver = mvToNativeInputs [ libxslt ] prev.xarchiver;
# 2025/05/12: out for PR: <https://github.com/NixOS/nixpkgs/pull/406599>
# xarchiver = mvToNativeInputs [ libxslt ] prev.xarchiver;
}

View File

@@ -29,6 +29,11 @@ let
);
in
[
(fetchpatch' {
name = "xarchiver: build with strictDeps=true";
prUrl = "https://github.com/NixOS/nixpkgs/pull/406599";
hash = "sha256-xaI6YEGuxZaYtaTbfeTK9cr2ELhWnrO+Azic5aG6XbE=";
})
(fetchpatch' {
# 2025-05-03: merged into staging
name = "qt6.{qttools,qtwayland}: fix cross compilation";