chrony: remove unused assertion

This commit is contained in:
Sandro Jäckel
2022-10-24 07:14:28 -04:00
committed by Winter
parent cdc1e6d06d
commit df9da89163
-2
View File
@@ -1,8 +1,6 @@
{ lib, stdenv, fetchurl, pkg-config, libcap, readline, texinfo, nss, nspr
, libseccomp, pps-tools, gnutls }:
assert stdenv.isLinux -> libcap != null;
stdenv.mkDerivation rec {
pname = "chrony";
version = "4.3";