summary refs log tree commit diff
path: root/pkgs/tools/misc/coreutils
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-20 20:29:32 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-20 20:29:32 +0000
commitb27cf66ee28bc9fdec9a36fb00e019d5c0b57402 (patch)
tree30c59ec3525c8ba66ffa7b29ecd7b6ac3fcc55b2 /pkgs/tools/misc/coreutils
parent7748e9e964fabd8afa47e75fc53b526c7a6c9995 (diff)
downloadnixlib-b27cf66ee28bc9fdec9a36fb00e019d5c0b57402.tar
nixlib-b27cf66ee28bc9fdec9a36fb00e019d5c0b57402.tar.gz
nixlib-b27cf66ee28bc9fdec9a36fb00e019d5c0b57402.tar.bz2
nixlib-b27cf66ee28bc9fdec9a36fb00e019d5c0b57402.tar.lz
nixlib-b27cf66ee28bc9fdec9a36fb00e019d5c0b57402.tar.xz
nixlib-b27cf66ee28bc9fdec9a36fb00e019d5c0b57402.tar.zst
nixlib-b27cf66ee28bc9fdec9a36fb00e019d5c0b57402.zip
argh. Bad commenting style and a commit too blind.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18496
Diffstat (limited to 'pkgs/tools/misc/coreutils')
-rw-r--r--pkgs/tools/misc/coreutils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix
index dd53b8d1a199..871508394433 100644
--- a/pkgs/tools/misc/coreutils/default.nix
+++ b/pkgs/tools/misc/coreutils/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ perl ] ++ stdenv.lib.optional aclSupport acl;
 
-  // The check failed the last time we enabled it
+  # The check failed the last time we enabled it
   doCheck = false;
 
   meta = {