diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 2570def4..8e5d7176 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -300,11 +300,11 @@ in [ # related: # ./2023-06-10-lemmy-downgrade.patch - (fetchpatch' { - title = "koreader: 2023.04 -> 2023.05.1"; - saneCommit = "a5c471bd263abe93e291239e0078ac4255a94262"; - hash = "sha256-38sND/UNRj5WAYYKpzdrRBIOK4UAT14RzbIv49KmNNw="; - }) + # (fetchpatch' { + # title = "koreader: 2023.04 -> 2023.05.1"; + # saneCommit = "a5c471bd263abe93e291239e0078ac4255a94262"; + # hash = "sha256-38sND/UNRj5WAYYKpzdrRBIOK4UAT14RzbIv49KmNNw="; + # }) # (fetchpatch' { # title = "mepo: 1.1 -> 1.1.2"; @@ -333,15 +333,17 @@ in [ }) (fetchpatch' { title = "tracker-miners: support cross compilation"; + prUrl = "https://github.com/NixOS/nixpkgs/pull/267609"; saneCommit = "24b062309ea8baa2d8303c0610c9ec7b8c399e8b"; - hash = "sha256-Jj+1z2DeCEY+DqI1J4vYjYJwDDMRcA93CqpZSXzG0wE="; - }) - (fetchpatch' { - title = "clapper: support cross compilation"; - saneCommit = "8a171b49aca406f8220f016e56964b3fae53a3df"; - hash = "sha256-R11IYatGhSXxZnJxJid519Oc9Kh56D9NT2/cxf2CLuM="; + hash = "sha256-wsC9hYTD/QLiR8vH/3z2yCVWruTcL5S1VtRsDgA6mrE="; }) # (fetchpatch' { + # # 2023/11/14: deps don't cross compile (e.g. pipewire; qtsvg) + # title = "clapper: support cross compilation"; + # saneCommit = "8a171b49aca406f8220f016e56964b3fae53a3df"; + # hash = "sha256-R11IYatGhSXxZnJxJid519Oc9Kh56D9NT2/cxf2CLuM="; + # }) + # (fetchpatch' { # # not correct: build time dependencies end up in runtime closure # title = "gcr_4: support cross compilation"; # saneCommit = "a8c3d69236fa67382a8c18cc1ef0f34610fd3275"; @@ -364,6 +366,8 @@ in [ # hash = "sha256-FiPJhHGqZ8MFwLY+1t6HgbK6ndomFSYUKvApvrikRHE="; # }) (fetchpatch' { + # TODO: send for review once hspell fix is merged + # this patch works as-is, but hspell keeps a ref to build perl and thereby pollutes this closure as well. title = "gtkspell2: support cross compilation"; saneCommit = "56348833b4411e9fe2016c24c7fc4af1e3c1d28a"; hash = "sha256-0RMxouOBw7SUmQDLB2qGey714DaM0AOvZlZ5nB+Lkc4=";