chrony: fix tests

+4
+4
pkgs/tools/networking/chrony/default.nix
··· 13 13 sha256 = "0a1ilzr88xhzx1ql3xhn36a4rvl79hvp0dvgm3az4cjhhzav47qd"; 14 14 }; 15 15 16 + postPatch = '' 17 + patchShebangs test 18 + ''; 19 + 16 20 buildInputs = [ readline texinfo nss nspr ] 17 21 ++ stdenv.lib.optionals stdenv.isLinux [ libcap libseccomp pps-tools ]; 18 22 nativeBuildInputs = [ pkgconfig ];