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