1
0
forked from dan/liminix

in nixos 24.11 chrony no longer expects nss/nspr/readline

This commit is contained in:
Daniel Barlow 2024-12-03 21:39:54 +00:00
parent 1f7d6544e3
commit cde30bcd54

View File

@ -5,7 +5,7 @@ let
extraPkgs = import ./pkgs/default.nix {
inherit (final) lib callPackage;
};
inherit (final) fetchpatch;
inherit (final) fetchpatch lib;
luaHost =
let
l = prev.lua5_3.overrideAttrs(o: {
@ -73,14 +73,15 @@ extraPkgs // {
});
in chrony'.override {
gnutls = null;
nss = null;
nspr = null;
readline = null;
libedit = null;
libseccomp = null;
# should texinfo be in nativeBuildInputs instead of
# buildInputs?
texinfo = null;
} // lib.optionalAttrs (lib.versionOlder lib.version "24.10") {
nss = null;
nspr = null;
readline = null;
};
# clevis without luks/tpm