chrony: remove unused assertion

This commit is contained in:
Sandro Jäckel
2022-10-24 02:07:26 +02:00
committed by Winter
parent cdc1e6d06d
commit df9da89163

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";