haskellPackages.phonetic-languages-phonetics-basics: fix haddockPhase

haddock 2.24.0 rejects double doc-comments on module
https://hydra.nixos.org/build/142423054/nixlog/2

Haven't found upstream repository so patching in-place
https://hackage.haskell.org/package/phonetic-languages-phonetics-basics

ZHF: #122042
This commit is contained in:
Dmitry Ivankov
2021-05-08 10:22:53 -07:00
committed by Jonathan Ringer
parent c6eba2cd00
commit 726af289ce
2 changed files with 48 additions and 0 deletions
@@ -1899,4 +1899,6 @@ self: super: {
# https://github.com/travitch/haggle/issues/4
haggle = doJailbreak super.haggle;
phonetic-languages-phonetics-basics = appendPatch super.phonetic-languages-phonetics-basics ./patches/phonetic-languages-phonetics-basics-haddock.patch;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super