django-auth-ldap: add darwin to platforms (#348203)

This commit is contained in:
Aleksana 2024-10-28 11:40:08 +08:00 committed by GitHub
commit 3c062f4fdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,6 @@ buildPythonPackage rec {
homepage = "https://github.com/django-auth-ldap/django-auth-ldap";
license = licenses.bsd2;
maintainers = with maintainers; [ mmai ];
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
};
}