flac: Disable tests
These take a stupid amount of time.
This commit is contained in:
parent
b9045a7d96
commit
a1a3811506
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user