Merge staging-next into staging

authored by github-actions[bot] and committed by GitHub 30ae855e 71d96069

+6 -1
+6 -1
pkgs/development/libraries/librdf/raptor2.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , libxml2 4 + , curl 4 5 , libxslt 5 6 , pkg-config 6 7 , cmake ··· 45 46 ]; 46 47 47 48 nativeBuildInputs = [ pkg-config cmake perl bison flex ]; 48 - buildInputs = [ libxml2 libxslt ]; 49 + buildInputs = [ 50 + curl 51 + libxml2 52 + libxslt 53 + ]; 49 54 50 55 meta = { 51 56 description = "RDF Parser Toolkit";