django-auth-ldap: add darwin to platforms (#348203)
This commit is contained in:
commit
3c062f4fdc
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user