13 version = "0-unstable-2024-09-23";
15 src = fetchFromGitHub {
18 rev = "40ebbc60ba48d8b08f763b07befba96382c5f027";
19 hash = "sha256-lc96jOR8uXLcZFhN3wpSd9O5cUdKxllB8WWCh2oWuEw=";
22 offlineCache = fetchYarnDeps {
23 yarnLock = src + "/yarn.lock";
24 hash = "sha256-TEXCCLFhpwHZJ8zRGsC7J6EwNaFpIi+CZ3L5uilebK4=";
27 packageJSON = ./package.json;
34 nativeBuildInputs = [ makeWrapper ];
37 makeWrapper ${nodejs}/bin/npx $out/bin/dokieli \
45 --chdir $out/deps/dokieli
51 description = "dokieli is a clientside editor for decentralised article publishing, annotations and social interactions";
52 homepage = "https://github.com/linkeddata/dokieli";
53 license = lib.licenses.mit;
54 platforms = lib.platforms.all;
55 maintainers = with lib.maintainers; [ shogo ];
56 mainProgram = "dokieli";