Fixing rasqal linking problem (the same as with redland)
svn path=/nixpkgs/trunk/; revision=22430
This commit is contained in:
parent
4a1b8d558c
commit
6de4e9c39a
@ -14,6 +14,10 @@ stdenv.mkDerivation {
|
|||||||
pcre libxml2
|
pcre libxml2
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
export NIX_LDFLAGS="$NIX_LDFLAGS -lraptor"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "library that handles Resource Description Framework (RDF)";
|
description = "library that handles Resource Description Framework (RDF)";
|
||||||
homepage = "http://librdf.org/rasqal";
|
homepage = "http://librdf.org/rasqal";
|
||||||
|
Loading…
Reference in New Issue
Block a user