2 buildPythonApplication,
9 buildPythonApplication rec {
10 pname = "pandoc-secnos";
14 src = fetchFromGitHub {
18 sha256 = "sha256-J9KLZvioYM3Pl2UXjrEgd4PuLTwCLYy9SsJIzgw5/jU=";
25 propagatedBuildInputs = [ pandoc-xnos ];
28 ./patch/fix-manifest.patch
31 # Different pandoc executables are not available
35 description = "Standalone pandoc filter from the pandoc-xnos suite for numbering sections and section references";
36 homepage = "https://github.com/tomduck/pandoc-secnos";
37 license = licenses.gpl3Only;
38 maintainers = with maintainers; [ ppenguin ];
39 mainProgram = "pandoc-secnos";