cross: fix papers via upstreamable patch

This commit is contained in:
2025-08-26 23:52:58 +00:00
parent 1277c73304
commit 7ce93eae96
2 changed files with 11 additions and 4 deletions

View File

@@ -482,10 +482,10 @@ in with final; {
]; ];
}); });
# 2025/08/26: upstreaming is unblocked # 2025/08/26: upstreaming is unblocked; TODO: send `pr-papers-cross` desko branch out for PR!
papers = prev.papers.override { # papers = prev.papers.override {
cargo = crossCargo; # cargo = crossCargo;
}; # };
# 2025/07/27: upstreaming is blocked on gnome-session (itself blocked on gnome-shell) # 2025/07/27: upstreaming is blocked on gnome-session (itself blocked on gnome-shell)
# phosh = prev.phosh.overrideAttrs (upstream: { # phosh = prev.phosh.overrideAttrs (upstream: {

View File

@@ -62,6 +62,13 @@ in
hash = "sha256-B7s2aNVony+G7FW2PaR7FVO7zzWa7SiLONWRGrsXA3A="; hash = "sha256-B7s2aNVony+G7FW2PaR7FVO7zzWa7SiLONWRGrsXA3A=";
}) })
(fetchpatch' {
# desko nixpkgs branch: `pr-papers-cross`
name = "papers: fix cross compilation";
saneCommit = "eaed8b1530ce9eb9f674677003866d2d793b90fa";
hash = "sha256-b5BNpbM7lXSPT9h3zQZStPRk6yyfH4x6g2tpjXW94EM=";
})
(fetchpatch' { (fetchpatch' {
name = "coincurve: fix build"; name = "coincurve: fix build";
# saneCommit = "cd118a2491e613f0d4dd8673a6ac17a0094dd987"; # saneCommit = "cd118a2491e613f0d4dd8673a6ac17a0094dd987";