liblinphone: 4.4.35 -> 4.5.1
This commit is contained in:
parent
43ee1f9d4d
commit
1f8dc49541
@ -35,7 +35,7 @@
|
||||
, ortp
|
||||
, pango
|
||||
, pkg-config
|
||||
, python
|
||||
, python3
|
||||
, readline
|
||||
, soci
|
||||
, speex
|
||||
@ -49,7 +49,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "liblinphone";
|
||||
version = "4.4.35";
|
||||
version = "4.5.1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.linphone.org";
|
||||
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
|
||||
group = "BC";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1sysr8wnf1kvq87h2ymr5qk9qcjapayvlmcmzcx3zxk8vhqp83d8";
|
||||
sha256 = "05ybbxq2yqzy3f3vzq8c3szs3qr0zl64la53icpqnmfakwnps5gs";
|
||||
};
|
||||
|
||||
# Do not build static libraries
|
||||
@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
|
||||
# defined when liblinphone and linphone-desktop weren't separated yet, so some
|
||||
# of them might not be needed for liblinphone alone.
|
||||
buildInputs = [
|
||||
(python.withPackages (ps: [ ps.pystache ps.six ]))
|
||||
(python3.withPackages (ps: [ ps.pystache ps.six ]))
|
||||
bcg729
|
||||
bctoolbox
|
||||
belcard
|
||||
|
Loading…
Reference in New Issue
Block a user