25 stdenv.mkDerivation rec {
29 src = fetchFromGitHub {
33 hash = "sha256-noNfGFMeIyKhAgiovJDn91TLELAOQ4nD/5QlQfsKTII=";
34 fetchSubmodules = true;
47 discount # libmarkdown
63 description = "Markdown & Fountain editor that helps with organization and management";
64 homepage = "https://thiefmd.com";
65 downloadPage = "https://github.com/kmwallio/ThiefMD";
66 mainProgram = "com.github.kmwallio.thiefmd";
67 license = licenses.gpl3Only;
68 platforms = platforms.linux;
69 maintainers = with maintainers; [ wolfangaukang ];