Unverified Commit 5ff59e34 authored by Ryan Lahfa's avatar Ryan Lahfa Committed by GitHub
Browse files

Merge pull request #232024 from Ma27/fix-privacyidea

privacyidea: fix build
parents 7a4a5dfe 49eee7c7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -167,6 +167,9 @@ let
        sphinxHook = null;
        sphinx-rtd-theme = null;
      }).overridePythonAttrs dropDocOutput;
      deprecated = (super.deprecated.override {
        sphinxHook = null;
      }).overridePythonAttrs dropDocOutput;
    };
  };
in
@@ -239,5 +242,6 @@ python3'.pkgs.buildPythonPackage rec {
    license = licenses.agpl3Plus;
    homepage = "http://www.privacyidea.org";
    maintainers = with maintainers; [ globin ma27 ];
    platforms = platforms.linux;
  };
}