twolame: disable tests
This commit is contained in:
parent
1d5e35fc61
commit
37f69cad82
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user