haskellPackages.servant: fixup build after 86f646da

This commit is contained in:
Vladimír Čunát 2019-02-02 11:56:04 +01:00
parent 0ae0273803
commit 8ba79e5af9
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -747,6 +747,10 @@ self: super: {
rev = "v${ver}";
sha256 = "0kqglih3rv12nmkzxvalhfaaafk4b2irvv9x5xmc48i1ns71y23l";
}}/doc";
# Needed after sphinx 1.7.9 -> 1.8.3
postPatch = ''
substituteInPlace conf.py --replace "'.md': CommonMarkParser," ""
'';
nativeBuildInputs = with pkgs.buildPackages.pythonPackages; [ sphinx recommonmark sphinx_rtd_theme ];
makeFlags = "html";
installPhase = ''