hovercraft: fix build 2.7 with upstream debian patch

makefu d057a2ee 97b0ae26

+8
+8
pkgs/applications/misc/hovercraft/default.nix
··· 9 , svg-path 10 , pygments 11 , watchdog 12 }: 13 14 buildPythonApplication rec { ··· 25 26 nativeCheckInputs = [ manuel ]; 27 propagatedBuildInputs = [ setuptools docutils lxml svg-path pygments watchdog ]; 28 29 meta = with lib; { 30 description = "Makes impress.js presentations from reStructuredText";
··· 9 , svg-path 10 , pygments 11 , watchdog 12 + , fetchpatch 13 }: 14 15 buildPythonApplication rec { ··· 26 27 nativeCheckInputs = [ manuel ]; 28 propagatedBuildInputs = [ setuptools docutils lxml svg-path pygments watchdog ]; 29 + patches = [ 30 + (fetchpatch { 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="; 34 + }) 35 + ]; 36 37 meta = with lib; { 38 description = "Makes impress.js presentations from reStructuredText";