Unverified Commit ce2b619a authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #328243: librdf_raptor2: use curl HTTP backend

...into staging-next
parents 0890ec88 e7e6af67
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
{ lib
, stdenv
, libxml2
, curl
, libxslt
, pkg-config
, cmake
@@ -45,7 +46,11 @@ stdenv.mkDerivation rec {
  ];

  nativeBuildInputs = [ pkg-config cmake perl bison flex ];
  buildInputs = [ libxml2 libxslt ];
  buildInputs = [
    curl
    libxml2
    libxslt
  ];

  meta = {
    description = "RDF Parser Toolkit";