diff --git a/pkgs/development/libraries/librdf/raptor.nix b/pkgs/development/libraries/librdf/raptor.nix index 738369e796a7..dd19d3f179fd 100644 --- a/pkgs/development/libraries/librdf/raptor.nix +++ b/pkgs/development/libraries/librdf/raptor.nix @@ -10,6 +10,10 @@ stdenv.mkDerivation rec { buildInputs = [ libxml2 curl ]; + preBuild = '' + sed -e '/curl\/types/d' -i src/*.c src/*.h + ''; + meta = { description = "The RDF Parser Toolkit"; homepage = "http://librdf.org/raptor";