Fixing rasqal linking problem (the same as with redland)
svn path=/nixpkgs/trunk/; revision=22430
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user