* Update a bunch of dependencies of kdelibs.
svn path=/nixpkgs/branches/kde-4.7/; revision=27702
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
{stdenv, fetchurl, cmake}:
|
||||
{ stdenv, fetchurl, cmake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "shared-desktop-ontologies-0.5";
|
||||
name = "shared-desktop-ontologies-0.7.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sf/oscaf/${name}.tar.bz2";
|
||||
sha256 = "1a1gs2b314133rg7vzwvnqbxchf7xgs0jpkydid5l2wz98m7j17r";
|
||||
url = "mirror://sourceforge/oscaf/${name}.tar.bz2";
|
||||
sha256 = "1b38amxr4b0n6cyy9l3lgzyjsky172cjphjr0iscahrlrc0h4phy";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Ontologies necessary for the Nepomuk semantic desktop";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user