From 847b66d0551456737741733fbd2bdec64c1b4326 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Mon, 15 May 2023 13:09:00 +0200 Subject: [PATCH] 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. --- pkgs/applications/misc/privacyidea/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/misc/privacyidea/default.nix b/pkgs/applications/misc/privacyidea/default.nix index 858eb6d2c21e..08497915ad92 100644 --- a/pkgs/applications/misc/privacyidea/default.nix +++ b/pkgs/applications/misc/privacyidea/default.nix @@ -167,6 +167,9 @@ let sphinxHook = null; sphinx-rtd-theme = null; }).overridePythonAttrs dropDocOutput; + deprecated = (super.deprecated.override { + sphinxHook = null; + }).overridePythonAttrs dropDocOutput; }; }; in