privacyidea: fix build

Failing Hydra build: https://hydra.nixos.org/build/220720999
ZHF: #230712
This commit is contained in:
Maximilian Bosch 2023-05-22 09:21:15 +02:00
parent 50a183182d
commit 1493a57cb6
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

@ -170,6 +170,10 @@ let
deprecated = (super.deprecated.override {
sphinxHook = null;
}).overridePythonAttrs dropDocOutput;
wrapt = (super.wrapt.override {
sphinxHook = null;
sphinx-rtd-theme = null;
}).overridePythonAttrs dropDocOutput;
};
};
in