1 { buildPythonApplication
8 buildPythonApplication rec {
9 pname = "pandoc-secnos";
13 src = fetchFromGitHub {
17 sha256 = "sha256-J9KLZvioYM3Pl2UXjrEgd4PuLTwCLYy9SsJIzgw5/jU=";
24 propagatedBuildInputs = [ pandoc-xnos ];
27 ./patch/fix-manifest.patch
30 # Different pandoc executables are not available
34 description = "Standalone pandoc filter from the pandoc-xnos suite for numbering sections and section references";
35 homepage = "https://github.com/tomduck/pandoc-secnos";
36 license = licenses.gpl3Only;
37 maintainers = with maintainers; [ ppenguin ];
38 mainProgram = "pandoc-secnos";