mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
Fix raptor build - curl dropped curl/types.h
svn path=/nixpkgs/trunk/; revision=30315
This commit is contained in:
parent
4098071398
commit
d5a21a68e5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user