7 py = python3.override {
8 packageOverrides = self: super: {
9 wtforms = super.wtforms.overridePythonAttrs (oldAttrs: rec {
12 src = oldAttrs.src.override {
14 sha256 = "sha256-hhoTs65SHWcA2sOydxlwvTVKY7pwQ+zDqCtSiFlqGXI=";
24 buildPythonApplication rec {
27 format = "setuptools";
30 inherit pname version;
31 hash = "sha256-ns1Y0DqqnTAQMEt+oBJ/P2gqKqPsX9P3/Z4561qzuns";
34 nativeBuildInputs = [ pythonRelaxDepsHook ];
36 pythonRelaxDeps = true;
38 propagatedBuildInputs = [
58 # __init__.py attempts to mkdir in read-only file system
62 description = "Self-hosted knowledge repository";
63 homepage = "https://archivy.github.io";
64 license = licenses.mit;
65 maintainers = with maintainers; [ siraben ];
66 platforms = platforms.unix;