utox: 0.13.1 -> 0.16.1
This commit is contained in:
parent
26e4f6f4f8
commit
36c92a0df7
@ -1,22 +1,22 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig, libtoxcore, filter-audio, dbus, libvpx, libX11, openal, freetype, libv4l
|
{ stdenv, fetchFromGitHub, cmake, pkgconfig, libtoxcore, filter-audio, dbus, libvpx, libX11, openal, freetype, libv4l
|
||||||
, libXrender, fontconfig, libXext, libXft, utillinux, git, libsodium }:
|
, libXrender, fontconfig, libXext, libXft, utillinux, git, libsodium, libopus, check }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "utox-${version}";
|
name = "utox-${version}";
|
||||||
# >= 0.14 should have unit tests and dbus support
|
|
||||||
version = "0.13.1";
|
version = "0.16.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "uTox";
|
owner = "uTox";
|
||||||
repo = "uTox";
|
repo = "uTox";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "07aa92isknxf7531jr9kgk89wl5rvv34jrvir043fs9xvim5zq99";
|
sha256 = "0ak10925v67yaga2pw9yzp0xkb5j1181srfjdyqpd29v8mi9j828";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libtoxcore dbus libvpx libX11 openal freetype
|
libtoxcore dbus libvpx libX11 openal freetype
|
||||||
libv4l libXrender fontconfig libXext libXft filter-audio
|
libv4l libXrender fontconfig libXext libXft filter-audio
|
||||||
libsodium
|
libsodium libopus check
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user