soprano-2.5.3
svn path=/nixpkgs/trunk/; revision=25861
This commit is contained in:
parent
cd42c8087e
commit
d347662b25
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, cmake, qt4, cluceneCore, redland, libiodbc}:
|
{stdenv, fetchurl, cmake, qt4, cluceneCore, redland, libiodbc}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "soprano-2.5.2";
|
name = "soprano-2.5.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/soprano/${name}.tar.bz2";
|
url = "mirror://sourceforge/soprano/${name}.tar.bz2";
|
||||||
sha256 = "17k17hrcwij2plms4hb0j6994ar9kcxykf699iyiggfpj1zg7nym";
|
sha256 = "0hxc6jnbh0529jsc0ixvy8pshnffrpgsadinhk9navkpyn5xg4l9";
|
||||||
};
|
};
|
||||||
|
|
||||||
# We disable the Java backend, since we do not need them and they make the closure size much bigger
|
# We disable the Java backend, since we do not need them and they make the closure size much bigger
|
||||||
|
Loading…
x
Reference in New Issue
Block a user