chore(extern): update nfs-utils-ldap

This commit is contained in:
arcnmx 2024-09-15 12:32:14 -07:00
parent 4902358a25
commit 56b81f3d34
2 changed files with 5 additions and 7 deletions

View file

@ -414,8 +414,9 @@ in {
config = {
nixpkgs = mkIf cfg.enable {
overlays = [
gensokyo-zone.overlays.krb5
overlays = mkMerge [
[gensokyo-zone.overlays.krb5]
(mkIf cfg.nfs.enable [gensokyo-zone.overlays.nfs])
];
};
security = {

View file

@ -1,13 +1,10 @@
final: prev: {
# https://github.com/NixOS/nixpkgs/pull/286793
# https://github.com/NixOS/nixpkgs/pull/342130
nfs-utils-ldap = prev.nfs-utils.overrideAttrs (old: {
buildInputs =
old.buildInputs
++ [
final.openldap
(final.cyrus_sasl.override {
openssl = final.openssl_legacy;
})
final.cyrus_sasl
];
configureFlags =
old.configureFlags