pkgs/by-name/li/linkding/package.nix
0 → 100644
+301
−0
Loading
This commit introduces a new package: https://linkding.link , a popular and simple bookmark manager written in Django. The package has a fairly complex build-process and needs several patches to successfully build-run outside of a Docker container. I will be submitting PRs upstream for better support for customized runtime data directories to eliminate the need for lots of patching. Wherever possible, the derivation mirrors build steps from the upstream Dockerfiles. I have confirmed this package works exactly as expected when running: ```shell nix build .#linkding ./result/bin/linkding-bootstrap ./result/bin/linkding runserver ``` Signed-off-by:squat <lserven@gmail.com>