3
0
Fork 0
forked from mirrors/nixpkgs

Fixing rasqal linking problem (the same as with redland)

svn path=/nixpkgs/trunk/; revision=22430
This commit is contained in:
Michael Raskin 2010-06-30 05:44:33 +00:00
parent 4a1b8d558c
commit 6de4e9c39a

View file

@ -14,6 +14,10 @@ stdenv.mkDerivation {
pcre libxml2
];
preConfigure = ''
export NIX_LDFLAGS="$NIX_LDFLAGS -lraptor"
'';
meta = {
description = "library that handles Resource Description Framework (RDF)";
homepage = "http://librdf.org/rasqal";