summary refs log tree commit diff
path: root/pkgs/applications/audio/flac/default.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-23 10:48:27 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-23 10:48:27 +0200
commita1a381150636387d55143213f1b4c0d53d14be4d (patch)
tree61346dc06d6243a2415bd4d0ede51215c8be7fda /pkgs/applications/audio/flac/default.nix
parentb9045a7d9651a2f8a0bbc8c86cd72f970e951068 (diff)
downloadnixpkgs-a1a381150636387d55143213f1b4c0d53d14be4d.tar
nixpkgs-a1a381150636387d55143213f1b4c0d53d14be4d.tar.gz
nixpkgs-a1a381150636387d55143213f1b4c0d53d14be4d.tar.bz2
nixpkgs-a1a381150636387d55143213f1b4c0d53d14be4d.tar.lz
nixpkgs-a1a381150636387d55143213f1b4c0d53d14be4d.tar.xz
nixpkgs-a1a381150636387d55143213f1b4c0d53d14be4d.tar.zst
nixpkgs-a1a381150636387d55143213f1b4c0d53d14be4d.zip
flac: Disable tests
These take a stupid amount of time.
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/;