mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #326297 from GaetanLepage/python-ldap
sssd: fallback to python 3.11 to fix build
This commit is contained in:
commit
03bad7d9c0
1 changed files with 3 additions and 0 deletions
|
@ -14014,6 +14014,9 @@ with pkgs;
|
|||
|
||||
sssd = callPackage ../os-specific/linux/sssd {
|
||||
inherit (perlPackages) Po4a;
|
||||
# python312Packages.python-ldap is broken
|
||||
# https://github.com/NixOS/nixpkgs/issues/326296
|
||||
python3 = python311;
|
||||
};
|
||||
|
||||
sentry-cli = callPackage ../development/tools/sentry-cli {
|
||||
|
|
Loading…
Reference in a new issue