chrony: remove unnecessary dependencies
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
pkg-config,
|
||||
gnutls,
|
||||
libedit,
|
||||
nspr,
|
||||
nss,
|
||||
readline,
|
||||
texinfo,
|
||||
libcap,
|
||||
libseccomp,
|
||||
@@ -35,9 +32,6 @@ stdenv.mkDerivation rec {
|
||||
[
|
||||
gnutls
|
||||
libedit
|
||||
nspr
|
||||
nss
|
||||
readline
|
||||
texinfo
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
|
||||
Reference in New Issue
Block a user