Skip to content

Commit

Permalink
Use soprano-2.7.0 in kde-4.5.5
Browse files Browse the repository at this point in the history
svn path=/nixpkgs/trunk/; revision=28601
  • Loading branch information
urkud committed Aug 15, 2011
1 parent 519f4ea commit 06a34e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/desktops/kde-4.5/support/soprano/default.nix
@@ -1,15 +1,15 @@
{stdenv, fetchurl, cmake, qt4, cluceneCore, redland, libiodbc}:
{ stdenv, fetchurl, cmake, qt4, clucene_core, redland, libiodbc }:

stdenv.mkDerivation rec {
name = "soprano-2.5.3";
name = "soprano-2.7.0";

src = fetchurl {
url = "mirror://sourceforge/soprano/${name}.tar.bz2";
sha256 = "0hxc6jnbh0529jsc0ixvy8pshnffrpgsadinhk9navkpyn5xg4l9";
sha256 = "1ki92wg0i9nhn1fh5mdcls5h9h3lf2k5r66snsags4x7zw0dmv2z";
};

# We disable the Java backend, since we do not need them and they make the closure size much bigger
buildInputs = [ cmake qt4 cluceneCore redland libiodbc ];
buildInputs = [ cmake qt4 clucene_core redland libiodbc ];

meta = {
homepage = http://soprano.sourceforge.net/;
Expand Down

0 comments on commit 06a34e5

Please sign in to comment.