nixpkgs: remove upstreamed xdg-desktop-portal cross compilation patch

This commit is contained in:
2024-09-28 23:35:03 +00:00
parent 823d607867
commit 66d9957173

View File

@@ -46,13 +46,6 @@ in
hash = "sha256-43zxnbUJuGXThadHoQRi6cevD7SFSZejWj324V6eBpw="; hash = "sha256-43zxnbUJuGXThadHoQRi6cevD7SFSZejWj324V6eBpw=";
}) })
(fetchpatch' {
title = "xdg-desktop-portal: support cross compilation";
prUrl = "https://github.com/NixOS/nixpkgs/pull/342669";
saneCommit = "0063648cdf6c3567b0435d9e288f9676f2b14039";
hash = "sha256-z+srs3vXBkU92bRuSaHBpb5e3FTj2Hq6jxgmP45t+to=";
})
(fetchpatch' { (fetchpatch' {
title = "wike: fix cross compilation"; title = "wike: fix cross compilation";
prUrl = "https://github.com/NixOS/nixpkgs/pull/338807"; prUrl = "https://github.com/NixOS/nixpkgs/pull/338807";