Merge pull request #110557 from LeSuisse/libgadu-1.12.2
libgadu: 1.11.2 -> 1.12.2
This commit is contained in:
commit
d02a4dda4d
@ -1,19 +1,23 @@
|
|||||||
{lib, stdenv, fetchurl, zlib}:
|
{ lib, stdenv, fetchFromGitHub, zlib, protobufc, autoreconfHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
|
pname = "libgadu";
|
||||||
|
version = "1.12.2";
|
||||||
|
|
||||||
name = "libgadu-1.11.2";
|
src = fetchFromGitHub {
|
||||||
|
owner = "wojtekka";
|
||||||
src = fetchurl {
|
repo = pname;
|
||||||
url = "http://toxygen.net/libgadu/files/libgadu-1.11.2.tar.gz";
|
rev = version;
|
||||||
sha256 = "0kifi9blhbimihqw4kaf6wyqhlx8fpp8nq4s6y280ar9p0il2n3z";
|
sha256 = "1s16cripy5w9k12534qb012iwc5m9qcjyrywgsziyn3kl3i0aa8h";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zlib ];
|
propagatedBuildInputs = [ zlib ];
|
||||||
|
buildInputs = [ protobufc ];
|
||||||
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A library to deal with gadu-gadu protocol (most popular polish IM protocol)";
|
description = "A library to deal with gadu-gadu protocol (most popular polish IM protocol)";
|
||||||
homepage = "http://toxygen.net/libgadu/";
|
homepage = "https://libgadu.net/index.en.html";
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
license = lib.licenses.lgpl21;
|
license = lib.licenses.lgpl21;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user