mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
haskellPackages.servant: fixup build after 86f646da
This commit is contained in:
parent
0ae0273803
commit
8ba79e5af9
@ -747,6 +747,10 @@ self: super: {
|
|||||||
rev = "v${ver}";
|
rev = "v${ver}";
|
||||||
sha256 = "0kqglih3rv12nmkzxvalhfaaafk4b2irvv9x5xmc48i1ns71y23l";
|
sha256 = "0kqglih3rv12nmkzxvalhfaaafk4b2irvv9x5xmc48i1ns71y23l";
|
||||||
}}/doc";
|
}}/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 ];
|
nativeBuildInputs = with pkgs.buildPackages.pythonPackages; [ sphinx recommonmark sphinx_rtd_theme ];
|
||||||
makeFlags = "html";
|
makeFlags = "html";
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user