Merge pull request #165007 from alexbakker/libtoxcore-update
libtoxcore: 0.2.13 -> 0.2.17
This commit is contained in:
commit
34bd6156cd
@ -53,7 +53,7 @@ in {
|
||||
};
|
||||
|
||||
libtoxcore_0_2 = generic {
|
||||
version = "0.2.13";
|
||||
sha256 = "0a1cp00bnxl3q4l74yqp4aa6fg9slz4rg4lfzkl3khvmm6nzckds";
|
||||
version = "0.2.17";
|
||||
sha256 = "sha256-SOI6QKOSt/EK9JDrSaV6CrD5sx8aYb5ZL3StYq8u/Dg=";
|
||||
};
|
||||
}
|
||||
|
@ -9,6 +9,7 @@
|
||||
, libsodium
|
||||
, libtoxcore
|
||||
, libvpx
|
||||
, msgpack
|
||||
, pkg-config
|
||||
, python3
|
||||
, python3Packages
|
||||
@ -27,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cscope git pkg-config ];
|
||||
|
||||
buildInputs = [ libopus libtoxcore libsodium libevent libvpx python3 ];
|
||||
buildInputs = [ libopus libtoxcore libsodium libevent libvpx msgpack python3 ];
|
||||
|
||||
pythonBuildInputs = with python3Packages; [
|
||||
jinja2
|
||||
|
Loading…
Reference in New Issue
Block a user