aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/librdf
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2010-06-30 05:44:33 +0000
committerMichael Raskin <7c6f434c@mail.ru>2010-06-30 05:44:33 +0000
commit6de4e9c39a24536fdc763b18032256c43d7b8431 (patch)
treeb2f346e26053c88b9b7e84d6263d7894612903ac /pkgs/development/libraries/librdf
parent4a1b8d558c9f5c17b9177cb64ede782606d0a68f (diff)
Fixing rasqal linking problem (the same as with redland)
svn path=/nixpkgs/trunk/; revision=22430
Diffstat (limited to 'pkgs/development/libraries/librdf')
-rw-r--r--pkgs/development/libraries/librdf/rasqal.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/librdf/rasqal.nix b/pkgs/development/libraries/librdf/rasqal.nix
index ff3bcbfbd161..6b7e2fcd89da 100644
--- a/pkgs/development/libraries/librdf/rasqal.nix
+++ b/pkgs/development/libraries/librdf/rasqal.nix
@@ -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";