1 { buildPythonApplication
8 buildPythonApplication rec {
9 pname = "pandoc-tablenos";
13 src = fetchFromGitHub {
17 sha256 = "sha256-FwzsRziY3PoySo9hIFuLw6tOO9oQij6oQEyoY8HgnII=";
24 propagatedBuildInputs = [ pandoc-xnos ];
26 # Different pandoc executables are not available
30 description = "Standalone pandoc filter from the pandoc-xnos suite for numbering tables and table references";
31 homepage = "https://github.com/tomduck/pandoc-tablenos";
32 license = licenses.gpl3Only;
33 maintainers = with maintainers; [ ppenguin ];
34 mainProgram = "pandoc-tablenos";