···1-{stdenv, fetchurl, cmake, qt4, cluceneCore, redland, libiodbc}:
23stdenv.mkDerivation rec {
4- name = "soprano-2.5.3";
56 src = fetchurl {
7 url = "mirror://sourceforge/soprano/${name}.tar.bz2";
8- sha256 = "0hxc6jnbh0529jsc0ixvy8pshnffrpgsadinhk9navkpyn5xg4l9";
9 };
1011 # We disable the Java backend, since we do not need them and they make the closure size much bigger
12- buildInputs = [ cmake qt4 cluceneCore redland libiodbc ];
1314 meta = {
15 homepage = http://soprano.sourceforge.net/;
···1+{ stdenv, fetchurl, cmake, qt4, clucene_core, redland, libiodbc }:
23stdenv.mkDerivation rec {
4+ name = "soprano-2.6.51";
56 src = fetchurl {
7 url = "mirror://sourceforge/soprano/${name}.tar.bz2";
8+ sha256 = "0sj0cklxahlhig29d0b1a3hr1p2z1xfar7j1slj2klbcy3qn47i0";
9 };
1011 # We disable the Java backend, since we do not need them and they make the closure size much bigger
12+ buildInputs = [ cmake qt4 clucene_core redland libiodbc ];
1314 meta = {
15 homepage = http://soprano.sourceforge.net/;