17 pname = "ghostwriter";
19 nativeBuildInputs = [ extra-cmake-modules qttools ];
31 "--prefix" "PATH" ":" (lib.makeBinPath [ cmark multimarkdown pandoc ])
35 description = "Cross-platform, aesthetic, distraction-free Markdown editor";
36 mainProgram = "ghostwriter";
37 homepage = "https://ghostwriter.kde.org/";
38 changelog = "https://invent.kde.org/office/ghostwriter/-/blob/master/CHANGELOG.md";
39 license = licenses.gpl3Plus;
40 maintainers = with maintainers; [ dotlambda erictapen ];