fix(box): wallabag is working again!!!

This commit is contained in:
Anish Lakhwara
2024-07-14 20:20:49 -07:00
parent 07891dc81d
commit c1af9a9ca7
7 changed files with 281 additions and 300 deletions
+9
View File
@@ -14,6 +14,15 @@
buildInputs = prevAttrs.propagatedBuildInputs ++ [ final.python3.pkgs.aiosqlite ]; # We're using sqlite and upstream doesn't package this dependency
});
wallabag = prev.wallabag.overrideAttrs (attrs: {
patches = builtins.filter (patch: builtins.baseNameOf patch != "wallabag-data.patch") attrs.patches ++ [
# Out of the box, Wallabag wants to write to various subdirectories of the project directory.
# Lets replace references to such paths with designated systemd locations
# so that the project source can remain immutable.
../pkgs/wallabag-data.patch
];
});
# Need to do server and agent too, maybe
# woodpecker-cli-next =
# let