Infini-DL360/radicale: init
This commit is contained in:
parent
eb1bfcf1f1
commit
a6fe8d37ed
6 changed files with 44 additions and 0 deletions
|
@ -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 ];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue