Merge pull request #326297 from GaetanLepage/python-ldap

sssd: fallback to python 3.11 to fix build
This commit is contained in:
Masum Reza 2024-07-12 10:37:41 +05:30 committed by GitHub
commit 03bad7d9c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {