Infini-DL360/radicale: init

This commit is contained in:
Infinidoge 2025-01-15 23:26:48 -05:00
parent eb1bfcf1f1
commit a6fe8d37ed
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
6 changed files with 44 additions and 0 deletions

View file

@ -23,4 +23,10 @@ in
hydra_unstable = addPatches prev.hydra_unstable [ ./hydra-force-allow-import-from-derivation.patch ];
openssh-srv = addPatches prev.openssh [ ./srv-records.patch ];
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
(pythonFinal: pythonPrev: {
ldap3 = addPatches pythonPrev.ldap3 [ ./ldap3.patch ];
})
];
}