Commit df9da891 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by Winter
Browse files

chrony: remove unused assertion

parent cdc1e6d0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{ 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";