about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-09-15 19:41:46 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-09-15 19:43:11 +0100
commit56b95ba4376057a4064e2742bfe971dfae1422db (patch)
treed7dd6b242ed6ec8c92a2093b41d91ad60d780a7d /pkgs/tools
parentef04b4f283317d02397ce6546ef66868d59f45f3 (diff)
downloadnixlib-56b95ba4376057a4064e2742bfe971dfae1422db.tar
nixlib-56b95ba4376057a4064e2742bfe971dfae1422db.tar.gz
nixlib-56b95ba4376057a4064e2742bfe971dfae1422db.tar.bz2
nixlib-56b95ba4376057a4064e2742bfe971dfae1422db.tar.lz
nixlib-56b95ba4376057a4064e2742bfe971dfae1422db.tar.xz
nixlib-56b95ba4376057a4064e2742bfe971dfae1422db.tar.zst
nixlib-56b95ba4376057a4064e2742bfe971dfae1422db.zip
findutils: specify on which kernel version the test fail
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/findutils/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/misc/findutils/default.nix b/pkgs/tools/misc/findutils/default.nix
index e7c507903190..d19117d4dcda 100644
--- a/pkgs/tools/misc/findutils/default.nix
+++ b/pkgs/tools/misc/findutils/default.nix
@@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
     ./memory-leak.patch
     ./no-install-statedir.patch
 
-    # prevent tests from failing on old kernels
+    # Prevent tests from failing on old kernels (2.6x)
+    # getdtablesize reports incorrect values if getrlimit() fails
     ./disable-getdtablesize-test.patch
   ];