- Completed all dependencies for kdelibs-4.4.0
- Added SIP 4.10 required for pyqt-4.7.x - Removed kde libs experimental, which does not exists anymore in 4.4.0 svn path=/nixpkgs/trunk/; revision=19910
This commit is contained in:
14
pkgs/data/misc/shared-desktop-ontologies/default.nix
Normal file
14
pkgs/data/misc/shared-desktop-ontologies/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{stdenv, fetchurl, cmake}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "shared-desktop-ontologies-0.2";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/shared-desktop-ontologies/shared-desktop-ontologies-0.2.tar.bz2;
|
||||
sha256 = "1w9gfprrp518hb7nm5wspxjd7xx0h08bph6asrx5vrx7j7fzg4m7";
|
||||
};
|
||||
buildInputs = [ cmake ];
|
||||
meta = {
|
||||
description = "Ontologies necessary for the Nepomuk semantic desktop";
|
||||
maintainers = [ stdenv.lib.maintainers.sander ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user