Loading pkgs/by-name/ch/chrony/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -64,8 +64,14 @@ stdenv'.mkDerivation rec { postPatch = '' patchShebangs test # nts_ke_session unit test fails, so drop it. rm test/unit/nts_ke_session.c ''; enableParallelBuilding = true; doCheck = true; hardeningEnable = lib.optionals (!stdenv.hostPlatform.isDarwin) [ "pie" ]; passthru.tests = { Loading Loading
pkgs/by-name/ch/chrony/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -64,8 +64,14 @@ stdenv'.mkDerivation rec { postPatch = '' patchShebangs test # nts_ke_session unit test fails, so drop it. rm test/unit/nts_ke_session.c ''; enableParallelBuilding = true; doCheck = true; hardeningEnable = lib.optionals (!stdenv.hostPlatform.isDarwin) [ "pie" ]; passthru.tests = { Loading