Adding 4store RDF storage/SparQL server
svn path=/nixpkgs/trunk/; revision=22434
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user