sssd: fallback to python 3.11 to fix build

This commit is contained in:
Gaetan Lepage
2024-07-11 14:07:04 +02:00
parent 9693e4e2d5
commit 90380269a1
+3
View File
@@ -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 {