sssd: fallback to python 3.11 to fix build
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user