2 buildPythonApplication,
12 buildPythonApplication rec {
13 pname = "pandoc-include";
17 src = fetchFromGitHub {
19 repo = "pandoc-include";
21 hash = "sha256-UUjQA2QYz9QqMek29vGGBMLMahZx2sJ4RfXcxz+b194=";
28 passthru.updateScript = nix-update-script { };
30 propagatedBuildInputs = [
36 pythonImportsCheck = [ "pandoc_include.main" ];
39 description = "Pandoc filter to allow file and header includes";
40 homepage = "https://github.com/DCsunset/pandoc-include";
41 license = licenses.mit;
42 maintainers = with maintainers; [
46 mainProgram = "pandoc-include";