Add libkvkontakte
svn path=/nixpkgs/trunk/; revision=31240
This commit is contained in:
parent
5321904c4e
commit
a988b581a0
20
pkgs/development/libraries/libkvkontakte/default.nix
Normal file
20
pkgs/development/libraries/libkvkontakte/default.nix
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{ stdenv, fetchgit, qjson, kdelibs }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "libkvkonatkte-1.0-pre20120103";
|
||||||
|
|
||||||
|
src = fetchgit {
|
||||||
|
url = git://anongit.kde.org/libkvkontakte;
|
||||||
|
rev = "4024f69cf54625dbe5dc2e2d811a996774a669ff";
|
||||||
|
sha256 = "0ryvjfrsws845k9s76715xid48y01h0ynb5wdx6ln8cm5z5wqj61";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ qjson kdelibs ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = https://projects.kde.org/projects/extragear/libs/libkvkontakte;
|
||||||
|
description = "KDE library for interaction with vkontakte.ru social network via its open API";
|
||||||
|
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||||
|
inherit (kdelibs.meta) platforms;
|
||||||
|
};
|
||||||
|
}
|
@ -8093,6 +8093,8 @@ let
|
|||||||
|
|
||||||
libktorrent = callPackage ../development/libraries/libktorrent { };
|
libktorrent = callPackage ../development/libraries/libktorrent { };
|
||||||
|
|
||||||
|
libkvkontakte = callPackage ../development/libraries/libkvkontakte { };
|
||||||
|
|
||||||
liblikeback = callPackage ../development/libraries/liblikeback { };
|
liblikeback = callPackage ../development/libraries/liblikeback { };
|
||||||
|
|
||||||
networkmanagement = callPackage ../tools/networking/networkmanagement { };
|
networkmanagement = callPackage ../tools/networking/networkmanagement { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user