13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "JessicaTegner";
24 hash = "sha256-9fpits8O/50maM/e1lVVqBoTwUmcI+/IAYhVX1Pt6ZE=";
29 src = ./static-pandoc-path.patch;
30 pandoc = "${lib.getBin pandoc}/bin/pandoc";
31 pandocVersion = pandoc.version;
36 nativeBuildInputs = [ poetry-core ];
43 pythonImportsCheck = [ "pypandoc" ];
46 description = "Thin wrapper for pandoc";
47 homepage = "https://github.com/JessicaTegner/pypandoc";
48 license = licenses.mit;
49 maintainers = with maintainers; [