mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
Merge pull request #334366 from dotlambda/authentik
authentik: fix dependencies
This commit is contained in:
commit
bc4272b10c
@ -289,9 +289,9 @@ let
|
|||||||
celery
|
celery
|
||||||
channels
|
channels
|
||||||
channels-redis
|
channels-redis
|
||||||
|
codespell
|
||||||
colorama
|
colorama
|
||||||
dacite
|
dacite
|
||||||
daphne
|
|
||||||
deepmerge
|
deepmerge
|
||||||
defusedxml
|
defusedxml
|
||||||
django
|
django
|
||||||
@ -324,7 +324,6 @@ let
|
|||||||
packaging
|
packaging
|
||||||
paramiko
|
paramiko
|
||||||
psycopg
|
psycopg
|
||||||
pycryptodome
|
|
||||||
pydantic
|
pydantic
|
||||||
pydantic-scim
|
pydantic-scim
|
||||||
pyjwt
|
pyjwt
|
||||||
@ -344,13 +343,15 @@ let
|
|||||||
uvicorn
|
uvicorn
|
||||||
watchdog
|
watchdog
|
||||||
webauthn
|
webauthn
|
||||||
websockets
|
|
||||||
wsproto
|
wsproto
|
||||||
xmlsec
|
xmlsec
|
||||||
zxcvbn
|
zxcvbn
|
||||||
]
|
]
|
||||||
++ uvicorn.optional-dependencies.standard
|
++ channels.optional-dependencies.daphne
|
||||||
++ [ codespell ];
|
++ django-storages.optional-dependencies.s3
|
||||||
|
++ opencontainers.optional-dependencies.reggie
|
||||||
|
++ psycopg.optional-dependencies.c
|
||||||
|
++ uvicorn.optional-dependencies.standard;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/web $out/website
|
mkdir -p $out/web $out/website
|
||||||
|
Loading…
Reference in New Issue
Block a user