3
0
Fork 0
forked from mirrors/nixpkgs

belr: unstable-2020-03-09 -> 4.3.2

part of updating linphone and its major dependencies
This commit is contained in:
Trolli Schmittlauch 2020-12-28 14:11:38 +01:00
parent 418dc08cea
commit c7cac5ea9a

View file

@ -6,17 +6,15 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "belr"; pname = "belr";
# Using master branch for linphone-desktop caused a chain reaction that many version = "4.3.2";
# of its dependencies needed to use master branch too.
version = "unstable-2020-03-09";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.linphone.org"; domain = "gitlab.linphone.org";
owner = "public"; owner = "public";
group = "BC"; group = "BC";
repo = pname; repo = pname;
rev = "326d030ca9db12525c2a6d2a65f386f36f3c2ed5"; rev = version;
sha256 = "1cdblb9smncq3al0crqp5651b02k1g6whlw1ib769p61gad0rs3v"; sha256 = "1lda0f89vas38xgmc4yvnrigmrbril3dyqxgb5jh1zfx1xczfh1q";
}; };
buildInputs = [ bctoolbox ]; buildInputs = [ bctoolbox ];
@ -28,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Belledonne Communications' language recognition library"; description = "Belledonne Communications' language recognition library";
homepage = "https://gitlab.linphone.org/BC/public/belr"; homepage = "https://gitlab.linphone.org/BC/public/belr";
license = licenses.gpl3; license = licenses.gpl3Plus;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ jluttine ]; maintainers = with maintainers; [ jluttine ];
}; };