Revert "fix: chrony does not have readline, nspr, nss anymore"
This reverts commit 24443628a1
because we
fell back to NixOS 24.05.
This commit is contained in:
parent
b8caddae08
commit
473d6acc3d
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ extraPkgs // {
|
|||
});
|
||||
in chrony'.override {
|
||||
gnutls = null;
|
||||
nss = null;
|
||||
nspr = null;
|
||||
readline = null;
|
||||
libedit = null;
|
||||
libseccomp = null;
|
||||
# should texinfo be in nativeBuildInputs instead of
|
||||
|
|
Loading…
Reference in a new issue