1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-i1luJsAADk7VqrZAqnI52XGrbWeNLBMnzW0wxEO5LXQ=";
14 vendorHash = "sha256-g8KN8M1jB4lTjXNfTw6gnjTCN4HDBTqtNS6c+5tJQv4=";
16 ldflags = [ "-s" "-w" "-X main.version=${version}" ];
21 # Expects to be able to launch google-chrome
22 "TestExtractMermaidImage"
25 "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$"
29 description = "Tool for syncing your markdown documentation with Atlassian Confluence pages";
31 homepage = "https://github.com/kovetskiy/mark";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ rguevara84 ];