diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 539ab774..e54478e5 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -163,6 +163,18 @@ in [ # related: ./2023-06-10-lemmy-downgrade.patch + (fetchpatch' { + title = "gpodder: wrap with missing `xdg-utils` path"; + saneCommit = "10d0ac11bc083cbcf0d6340950079b3888095abf"; + hash = "sha256-cu8L30ZiUJnWFGRR/SK917TC7TalzpGkurGkUAAxl54="; + }) + + (fetchpatch' { + title = "gpodder: 3.10.21 -> 3.11.1"; + saneCommit = "865f67ec1f1ed25a65ffb3afdf05fcb3979399e8"; + hash = "sha256-QUR9eu5Ob4/iPMn2x0ACRsC7y0xVZ+vA7AXUjkF0p/s="; + }) + # for raspberry pi: allow building u-boot for rpi 4{,00} # TODO: remove after upstreamed: https://github.com/NixOS/nixpkgs/pull/176018 # (it's a dupe of https://github.com/NixOS/nixpkgs/pull/112677 )