about summary refs log tree commit diff
path: root/machines/profpatsch/patches
Commit message (Collapse)AuthorAgeFilesLines
* machines/profpatsch/pkgs: clean upProfpatsch2020-02-164-376/+0
| | | | | | | | | | | Remove everything I haven’t been using: - nix with an override - some containerization attempt - taffybar with patches - git-annex with override - poezio - searx with patches - ghci with additional packages
* machines/katara: add user services for pyrnotifyProfpatsch2018-05-011-0/+39
|
* profpatsch/searx: Rebase searx-secret-key.patchaszlig2018-02-031-26/+25
| | | | | | | | | | | | | | | | | | | | Get rid of the annoying build error again (see 8be3704c3fbe08308132d92a6 for the last time), but this time for searx 0.13.1. The main thing that has changed is that instead of hmac.new() there is now a helper function called new_hmac(), which the patch now uses. I've also cleaned up some tiny bits reported by flake8 and fixed the description of SecretAppKeyError to refer to XDG_CACHE_HOME instead of XDG_CACHE_DIR. In addition to the updated patch, we now need to add XDG_CACHE_HOME to a writable directory (in this case $TMPDIR), because otherwise the test_webapp fails with an SecretAppKeyError, as it will try to create leading directories to XDG_CACHE_HOME. Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch
* profpatsch/searx: Rebase searx-secret-key.patchaszlig2017-11-131-21/+21
| | | | | | | | | | This build error is quite annoying, so I applied the patch on v0.11.0 and rebased it against v0.12.0. The only hunk that's failing is the import of get_secret_app_key in searx/webapp.py, so no big conflicts with the actual logic of the patch. Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch
* machines/katara: remove sentProfpatsch2017-11-081-18/+0
| | | | Patch doesn’t apply, I don’t use it anymore.
* pkgs/profpatsch: remove requirements part from searx patchProfpatsch2017-02-231-20/+0
| | | | Patching the requirements.txt caused searx build to fail in the newer version.
* machines/katara: searx anti-soundcloud patchProfpatsch2017-02-122-0/+15
| | | | | Soundcloud sometimes fails startup of searx, since it’s not actively used here it’s patched out until upstream resolves the issue.
* machines/katara: enable searx w/ patchProfpatsch2017-02-101-0/+271
| | | | | This adds a patch making the secret key in the config file unnecessary. It’s not yet upstream because the implementation got flak, but it works for now.
* machines/profpatsch: clean up folderProfpatsch2016-07-303-0/+129