fix(box): wallabag is working again!!!
This commit is contained in:
@@ -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.
|
||||
# Let’s 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
|
||||
|
||||
Reference in New Issue
Block a user