twolame: disable tests

This commit is contained in:
Jan Malakhovski 2018-08-08 19:03:31 +00:00
parent 1d5e35fc61
commit 37f69cad82

View File

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ libsndfile ];
doCheck = false; # fails with "../build-scripts/test-driver: line 107: -Mstrict: command not found"
meta = with stdenv.lib;{
description = "A MP2 encoder";
longDescription = ''