7 python3.pkgs.buildPythonPackage rec {
11 # By some strange reason, fetchPypi fails miserably
12 src = fetchFromGitHub {
16 hash = "sha256-cUME2AHK/Fva+1TSTE6hNu0SE/V1FOwcSxWF0+iZhS4=";
19 # Pure Python application, uses only standard modules and comes without
24 homepage = "https://github.com/joakimmj/md-tangle/";
25 description = "Generates (\"tangles\") source code from Markdown documents";
26 mainProgram = "md-tangle";
27 license = licenses.mit;
28 maintainers = with maintainers; [ AndersonTorres ];