From 853212def065435f3e12ace05edee3fa47792064 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Wed, 30 Jun 2010 21:51:48 +0000 Subject: Adding 4store RDF storage/SparQL server svn path=/nixpkgs/trunk/; revision=22434 --- pkgs/development/libraries/librdf/rasqal.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'pkgs/development/libraries/librdf/rasqal.nix') diff --git a/pkgs/development/libraries/librdf/rasqal.nix b/pkgs/development/libraries/librdf/rasqal.nix index 6b7e2fcd89d..ee99a173b6f 100644 --- a/pkgs/development/libraries/librdf/rasqal.nix +++ b/pkgs/development/libraries/librdf/rasqal.nix @@ -1,15 +1,16 @@ args: with args; -stdenv.mkDerivation { - name = "rasqal-0.9.16"; +stdenv.mkDerivation rec { + name = "rasqal-0.9.19"; src = fetchurl { - url = http://download.librdf.org/source/rasqal-0.9.16.tar.gz; - sha256 = "1qvxbkynxwfw22hn2qbgxczzaq24h9649bcfbc598x9gq5m7hsq6"; + url = "http://download.librdf.org/source/${name}.tar.gz"; + sha256 = "a042846e8b7af52d9d66fba788c9d579e58c535cfaf80d33dc0bd69bf6ffeb08"; }; buildInputs = [ librdf_raptor gmp /*or mpfr*/ + pkgconfig #optional pcre libxml2 ]; -- cgit 1.4.1