checkinstall: fix build with glibc-2.19

+22
+3
pkgs/tools/package-management/checkinstall/default.nix
··· 29 29 30 30 # Fix a `conflicting types for 'scandir'' error on Glibc 2.11. 31 31 ./scandir.patch 32 + 33 + # Fix a `conflicting types for 'readlink'' error since Glibc 2.19 34 + ./readlink-types.patch 32 35 ] 33 36 34 37 ++ stdenv.lib.optional (stdenv.system == "x86_64-linux")