cross: fix xarchiver by fetching patch from upstream PR instead of with overlay
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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";
|
||||
|
Reference in New Issue
Block a user