utox: Fixed test configuration
Moved 'check' to nativeBuildInputs, as it is only used by the tests
This commit is contained in:
parent
36c92a0df7
commit
5826097522
@ -16,11 +16,11 @@ stdenv.mkDerivation rec {
|
|||||||
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 libopus check
|
libsodium libopus
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake git pkgconfig
|
cmake git pkgconfig check
|
||||||
];
|
];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
checkTarget = "test";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Lightweight Tox client";
|
description = "Lightweight Tox client";
|
||||||
homepage = https://github.com/uTox/uTox;
|
homepage = https://github.com/uTox/uTox;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user