Fix raptor build - curl dropped curl/types.h

svn path=/nixpkgs/trunk/; revision=30315
This commit is contained in:
Michael Raskin 2011-11-08 10:07:03 +00:00
parent 4098071398
commit d5a21a68e5

View File

@ -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";