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