summary refs log tree commit diff
path: root/pkgs/applications/audio/flac/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/flac/default.nix')
-rw-r--r--pkgs/applications/audio/flac/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/flac/default.nix b/pkgs/applications/audio/flac/default.nix
index 1c8dc56de61..fe4b43539d4 100644
--- a/pkgs/applications/audio/flac/default.nix
+++ b/pkgs/applications/audio/flac/default.nix
@@ -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/;