about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-10-24 02:07:26 +0200
committerWinter <winter@winter.cafe>2022-10-24 07:14:28 -0400
commitdf9da891637929d52a8a189ea3399c1ee555ef51 (patch)
tree892f669abee7c42ec0de276e86ef0d154c657b43
parentcdc1e6d06d57c8a4eca24420bc7865921b6f157f (diff)
chrony: remove unused assertion
-rw-r--r--pkgs/tools/networking/chrony/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/networking/chrony/default.nix b/pkgs/tools/networking/chrony/default.nix
index 585117b5cc73e..de710e6b3f18f 100644
--- a/pkgs/tools/networking/chrony/default.nix
+++ b/pkgs/tools/networking/chrony/default.nix
@@ -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";