privacyidea: fix build

ZHF #230712
Failing Hydra build: https://hydra.nixos.org/build/219779719

Another package leaked in a sphinx that's incompatible with the
dependency fixes in here. Removing that solves the issue.
This commit is contained in:
Maximilian Bosch 2023-05-15 13:09:00 +02:00
parent d5d16930f3
commit 847b66d055
No known key found for this signature in database
GPG key ID: 9A6EEA275CA5BE0A

View file

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