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 { lib 2 , stdenv 3 , libxml2 4 , libxslt 5 , pkg-config 6 , cmake ··· 45 ]; 46 47 nativeBuildInputs = [ pkg-config cmake perl bison flex ]; 48 - buildInputs = [ libxml2 libxslt ]; 49 50 meta = { 51 description = "RDF Parser Toolkit";
··· 1 { lib 2 , stdenv 3 , libxml2 4 + , curl 5 , libxslt 6 , pkg-config 7 , cmake ··· 46 ]; 47 48 nativeBuildInputs = [ pkg-config cmake perl bison flex ]; 49 + buildInputs = [ 50 + curl 51 + libxml2 52 + libxslt 53 + ]; 54 55 meta = { 56 description = "RDF Parser Toolkit";