lol

Merge pull request #242012 from trofi/librdf_raptor2-libxml2-fix

librdf_raptor2: backport fix for `libxml2-2.11`

authored by

Martin Weinelt and committed by
GitHub
850e41f0 6f39774e

+7
+7
pkgs/development/libraries/librdf/raptor2.nix
··· 35 35 url = "https://github.com/dajobe/raptor/commit/fa1ef9a27d8762f5588ac2e92554a188e73dee9f.diff"; 36 36 sha256 = "sha256-zXIbrYGgC9oTpiD0WUikT4vRdc9b6bsyfnDkwUSlqao="; 37 37 }) 38 + # pull upstream fix for libxml2-2.11 API compatibility: 39 + # https://github.com/dajobe/raptor/pull/58 40 + (fetchpatch { 41 + name = "libxml2-2.11.patch"; 42 + url = "https://github.com/dajobe/raptor/commit/4dbc4c1da2a033c497d84a1291c46f416a9cac51.patch"; 43 + hash = "sha256-fHfvncGymzMtxjwtakCNSr/Lem12UPIHAAcAac648w4="; 44 + }) 38 45 ]; 39 46 40 47 nativeBuildInputs = [ pkg-config cmake perl bison flex ];