Unverified Commit 30ae855e authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Merge staging-next into staging

parents 71d96069 ce2b619a
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";