flac: Disable tests

These take a stupid amount of time.
This commit is contained in:
Eelco Dolstra 2014-07-23 10:48:27 +02:00
parent b9045a7d96
commit a1a3811506

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libogg ];
doCheck = true; # takes lots of time but will be run rarely (small build-time closure)
#doCheck = true; # takes lots of time
meta = with stdenv.lib; {
homepage = http://xiph.org/flac/;