2 , buildPythonApplication
15 buildPythonApplication rec {
20 src = fetchFromGitHub {
24 sha256 = "0k0gjlqjz424rymcfdjpj6a71ppblfls5f8y2hd800d1as4im8az";
27 nativeCheckInputs = [ manuel ];
28 propagatedBuildInputs = [ setuptools docutils lxml svg-path pygments watchdog ];
31 name = "fix tests with pygments 2.14";
32 url = "https://sources.debian.org/data/main/h/hovercraft/2.7-5/debian/patches/0003-Fix-tests-with-pygments-2.14.patch";
33 sha256 = "sha256-qz4Kp4MxlS3KPKRB5/VESCI++66U9q6cjQ0cHy3QjTc=";
38 description = "Makes impress.js presentations from reStructuredText";
39 mainProgram = "hovercraft";
40 homepage = "https://github.com/regebro/hovercraft";
41 license = licenses.mit;
42 maintainers = with maintainers; [ makefu ];