summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/newsreaders
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-01-07 07:49:44 +0100
committerVladimír Čunát <v@cunat.cz>2024-01-07 07:49:44 +0100
commit2f8370267dddf7f6d3c19e57afb4bb9f490510a3 (patch)
treed7f0803ea3cebf1998a04b6e94f48b9d79bf1aa0 /pkgs/applications/networking/newsreaders
parent0db7fcf72ae3f4729a6f14e16342e19006707bae (diff)
parentd519ac780d251b1eb4bf0deffc8fbbf5ba879195 (diff)
Merge #278026: liferea: pull upstream fix for libxml2-2.12
...into staging-next
Diffstat (limited to 'pkgs/applications/networking/newsreaders')
-rw-r--r--pkgs/applications/networking/newsreaders/liferea/default.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/applications/networking/newsreaders/liferea/default.nix b/pkgs/applications/networking/newsreaders/liferea/default.nix
index de651cab98ad..d7643a6f07e8 100644
--- a/pkgs/applications/networking/newsreaders/liferea/default.nix
+++ b/pkgs/applications/networking/newsreaders/liferea/default.nix
@@ -1,5 +1,6 @@
{ lib, stdenv
, fetchurl
+, fetchpatch
, pkg-config
, intltool
, python3Packages
@@ -31,6 +32,16 @@ stdenv.mkDerivation rec {
hash = "sha256-7lanrs63N6ZnqxvjcW/+cUZVDqUbML2gftQUc/sLr3Q=";
};
+ patches = [
+ # Pull upstream fix for libxml2-2.12 compatibility:
+ # https://github.com/lwindolf/liferea/pull/1329
+ (fetchpatch {
+ name = "libxml2-2.12.patch";
+ url = "https://github.com/lwindolf/liferea/commit/be8ef494586d9ef73c04ec4ca058a9a158ae3562.patch";
+ hash = "sha256-K1R7dJMm7ui6QKQqAHCo/ZrLCW3PhPU1EKRPEICtCsQ=";
+ })
+ ];
+
nativeBuildInputs = [
wrapGAppsHook
python3Packages.wrapPython