chrony: fix tests

This commit is contained in:
Jan Malakhovski 2018-08-08 21:36:52 +00:00
parent 556da201b8
commit 2cd4bcec4a

View File

@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
sha256 = "0a1ilzr88xhzx1ql3xhn36a4rvl79hvp0dvgm3az4cjhhzav47qd";
};
postPatch = ''
patchShebangs test
'';
buildInputs = [ readline texinfo nss nspr ]
++ stdenv.lib.optionals stdenv.isLinux [ libcap libseccomp pps-tools ];
nativeBuildInputs = [ pkgconfig ];