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