Author: raskin Date: 2010-06-30 05:44:33 +0000 (Wed, 30 Jun 2010) New Revision: 22430
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22430&view=rev Modified: nixpkgs/trunk/pkgs/development/libraries/librdf/rasqal.nix Log: Fixing rasqal linking problem (the same as with redland) Changes: Modified: nixpkgs/trunk/pkgs/development/libraries/librdf/rasqal.nix =================================================================== --- nixpkgs/trunk/pkgs/development/libraries/librdf/rasqal.nix 2010-06-30 04:39:02 UTC (rev 22429) +++ nixpkgs/trunk/pkgs/development/libraries/librdf/rasqal.nix 2010-06-30 05:44:33 UTC (rev 22430) @@ -14,6 +14,10 @@ pcre libxml2 ]; + preConfigure = '' + export NIX_LDFLAGS="$NIX_LDFLAGS -lraptor" + ''; + meta = { description = "library that handles Resource Description Framework (RDF)"; homepage = "http://librdf.org/rasqal"; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
