mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(extern): update nfs-utils-ldap
This commit is contained in:
parent
4902358a25
commit
56b81f3d34
2 changed files with 5 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue